Skip to content

Commit c976959

Browse files
authored
Update README.md
1 parent c3ea5b4 commit c976959

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ Naturally inside the root of the package is present a requirements.txt file, you
9999
```bash
100100
pip install -r requirements.txt
101101
```
102+
103+
If pip doesn't find this version of torch, you can execute in the shell with venv activated:
104+
```bash
105+
pip install torch==1.3.0+cu100 torchvision==0.4.1+cu100 -f https://download.pytorch.org/whl/torch_stable.html
106+
```
107+
102108
## Enviroment Variable
103109
Since some attributes of the repository are useful in more than one file, create an enviroment container is a way to accomplish this necessity.
104110
Use a `.env` file is the most straightforward method, but since we want full compatibility among OS, a `VARIABLE.py` is a good compromise.

0 commit comments

Comments
 (0)