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 Jul 20, 2024
1 parent de43390 commit 30821d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions run_developer_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
./clean.sh
python3 setup.py clean

pip3 install -r requirements.txt
pip3 install --user -r requirements.txt

python3 setup.py develop

pip3 install -e .
pip3 install --user -e .

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

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

0 comments on commit 30821d3

Please sign in to comment.