Ashley Wright commited on
Commit
0c9bcb6
1 Parent(s): 11dcaa6

Wrong -e target

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,4 +9,4 @@ Some recommendations are as follows:
9
  - Change `install_args.txt` to add `pip install` arguments to be used when installing the package
10
 
11
  For testing, you need a docker container with pytorch and ubuntu 22.04,
12
- you can download your listed dependencies with `pip install -e $(cat install_args.txt) .`, and then running `src/main.py`
 
9
  - Change `install_args.txt` to add `pip install` arguments to be used when installing the package
10
 
11
  For testing, you need a docker container with pytorch and ubuntu 22.04,
12
+ you can download your listed dependencies with `pip install $(cat install_args.txt) -e .`, and then running `src/main.py`