Initial ptpython setup
This commit is contained in:
parent
070f59f6b7
commit
6db497f606
25
README.md
25
README.md
@ -1,3 +1,26 @@
|
||||
# ptpython
|
||||
|
||||
ptpython configuration
|
||||
Installation instruction for ptpython
|
||||
|
||||
|
||||
# Install
|
||||
|
||||
|
||||
## Create Virtualenv
|
||||
virtualenv venv
|
||||
|
||||
|
||||
## Install Cutelog
|
||||
source venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
deactivate
|
||||
|
||||
|
||||
# Open Cutelog
|
||||
venv/bin/ptpython
|
||||
|
||||
|
||||
# Upgrade
|
||||
source venv/bin/activate
|
||||
pip install -U -r requirements.txt
|
||||
deactivate
|
||||
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
ptpython
|
Loading…
x
Reference in New Issue
Block a user