Skip to content

Commit 54fdff0

Browse files
committed
update setup.sh
1 parent 208b32c commit 54fdff0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

setup.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@ source ./env/bin/activate
2525
wget https://bootstrap.pypa.io/get-pip.py && python3.7 get-pip.py && rm get-pip.py
2626

2727
python -m pip install --upgrade pip && pip install -r requirements.txt
28+
29+
echo export PYTHONPATH=$PWD:'$PYTHONPATH' >> ~/.bashrc
30+
31+
echo export PATH=$PWD/SwissKnife:'$PATH' >> ~/.bashrc

0 commit comments

Comments
 (0)