Install instructions updated
This commit is contained in:
parent
3f01157de4
commit
1d19ffdd8d
11
README.md
11
README.md
@ -16,7 +16,7 @@ pip install -r requirements.txt
|
||||
deactivate
|
||||
|
||||
|
||||
# Open Cutelog
|
||||
# Open ptpython
|
||||
venv/bin/ptpython
|
||||
|
||||
|
||||
@ -24,3 +24,12 @@ venv/bin/ptpython
|
||||
source venv/bin/activate
|
||||
pip install -U -r requirements.txt
|
||||
deactivate
|
||||
|
||||
# Add pylibs to ptpython
|
||||
git submodule init
|
||||
git submodule update
|
||||
cd pylibs
|
||||
git submodule init
|
||||
git submodule update
|
||||
cd ../venv/lib/python3.*/site-packages
|
||||
for lib in `ls -d ../../../../pylibs/*/`; do ln -s $lib; done
|
||||
|
Loading…
x
Reference in New Issue
Block a user