Skip to content

Commit

Permalink
Update run_developer_setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored Aug 8, 2023
1 parent 9a0f211 commit ec15319
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions run_developer_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ python setup.py develop

pip install -e .

cd Lasagne/
pip install -r https://raw.githubusercontent.com/Lasagne/Lasagne/master/requirements.txt
pip install https://github.com/Lasagne/Lasagne/archive/master.zip

pip install -e .
#cd Lasagne/
#pip install -e .

cd ../

0 comments on commit ec15319

Please sign in to comment.