Skip to content

Commit

Permalink
Merge pull request #10 from tsubramanian/patch-1
Browse files Browse the repository at this point in the history
Update run_developer_setup.sh
  • Loading branch information
holmbergius authored Oct 21, 2023
2 parents 3a4beb2 + c1bebca commit 07fc250
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion run_developer_setup.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
#!/bin/bash

export TMPDIR=/home/$USER/tmp
mkdir $TMPDIR
export PIP_CACHE_DIR=/home/$USER/tmp

./clean.sh
python setup.py clean

pip install -r requirements.txt

pip install --cache-dir $TMPDIR -r requirements.txt

python setup.py develop

Expand Down

0 comments on commit 07fc250

Please sign in to comment.