Skip to content

Commit 5fb0d47

Browse files
authored
include python version
1 parent 2fd6793 commit 5fb0d47

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

Diff for: README.md

+1-28
Original file line numberDiff line numberDiff line change
@@ -34,40 +34,13 @@ If you would like to use DeepSlice but don't need your own personal installation
3434
<!-- This h2 must be bold -->
3535

3636
<h2 style="font-weight: bold; text-decoration: underline"> From PIP </h2>
37-
This is the easy and recommended way to install DeepSlice, simply:
37+
This is the easy and recommended way to install DeepSlice, first make sure you have Python 3.11 installed and then simply:
3838

3939
```bash
4040
pip install DeepSlice
4141
```
4242
And you're ready to go! 🚀 Check out the PyPi package [here](https://pypi.org/project/DeepSlice/)
4343

44-
<h2 style="font-weight: bold; text-decoration: underline"> From Source </h2>
45-
46-
**First** In order to easily install all the dependancies we recommend using [Anaconda](https://www.anaconda.com/products/individual "Anaconda Installation Files").
47-
48-
49-
**Second** Once anaconda is installed, cd into your cloned DeepSlice directory, then cd into the 'conda_environments' directory, and use our premade environment files to setup your system.
50-
```
51-
cd DeepSlice/conda_environments
52-
```
53-
* **CPU Installation** For most users we recommend using the DS-CPU.yaml installation file. this will install all the dependencies required to run DeepSlice on your CPU.
54-
Do this with the command:
55-
56-
conda env create -f DS-CPU.yml
57-
58-
59-
* **GPU Installation** If you wish to run DeepSlice on a huge number of images, and have access to an nvidia GPU then please use the DS-GPU.yaml installation file.
60-
61-
conda env create -f DS-GPU.yml
62-
63-
**Finished :)** You are now ready to run DeepSlice. Just activate the environment using
64-
```python
65-
conda activate DS-CPU
66-
```
67-
or
68-
```python
69-
conda activate DS-GPU
70-
```
7144
If you run into any problems create a github issue and I will help you solve it.
7245

7346
<br>

0 commit comments

Comments
 (0)