Skip to content

Commit 31b3a85

Browse files
authored
Update README.md
1 parent 092ee6b commit 31b3a85

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
2) 📁[Git](https://git-scm.com/downloads)
88
3) 📁[Git Large File Storage](https://git-lfs.com/)
99
8) 🪟 Windows (linux not yet supported)
10-
> You can modify the installation instructions manually for Linux, I just don't have Linux in order to test them reliably. You can do this by analyzing the ```setup.py``` file to see what libraries are required.
10+
> You can modify the installation instructions manually for Linux, I just don't have Linux in order to test them reliably. You can do this by analyzing the ```setup_gpu.py``` or ```setup_cpu_only.py``` file to see what libraries are required.
1111
1212
# Installation
1313
Download the latest release and extract the files your computer. Navigate to the respository folder, create a command prompt, and run the following commands:
@@ -19,8 +19,13 @@ python -m venv .
1919
.\Scripts\activate
2020
```
2121
> Run this again to activate the environment each time you restart the program.
22+
23+
Select GPU (includes CPU) or CPU-only installation:
24+
```
25+
python setup_gpu.py
26+
```
2227
```
23-
python setup.py
28+
python setup_cpu_only.py
2429
```
2530
# Usage
2631
```

0 commit comments

Comments
 (0)