Skip to content

Commit

Permalink
Update README.md, remove cat requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinkohli committed Nov 23, 2021
1 parent 5b65244 commit ef8d21a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -56,7 +56,6 @@ git submodule update --init --recursive
conda create -n auto-pytorch python=3.8
conda activate auto-pytorch
conda install swig
cat requirements.txt | xargs -n 1 -L 1 pip install
python setup.py install

```
Expand Down

0 comments on commit ef8d21a

Please sign in to comment.