Initial ptpython setup

这个提交包含在:
Dirk Alders 2021-05-09 11:52:44 +02:00
父节点 070f59f6b7
当前提交 6db497f606
共有 2 个文件被更改,包括 25 次插入1 次删除

查看文件

@ -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 普通文件
查看文件

@ -0,0 +1 @@
ptpython