Initial ptpython setup

This commit is contained in:
Dirk Alders 2021-05-09 11:52:44 +02:00
parent 070f59f6b7
commit 6db497f606
2 changed files with 25 additions and 1 deletions

View File

@ -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
View File

@ -0,0 +1 @@
ptpython