Browse Source

Initial ptpython setup

master
Dirk Alders 3 years ago
parent
commit
6db497f606
2 changed files with 25 additions and 1 deletions
  1. 24
    1
      README.md
  2. 1
    0
      requirements.txt

+ 24
- 1
README.md View File

1
 # ptpython
1
 # ptpython
2
 
2
 
3
-ptpython configuration
3
+Installation instruction for ptpython
4
+
5
+
6
+# Install
7
+
8
+
9
+## Create Virtualenv
10
+virtualenv venv
11
+
12
+
13
+## Install Cutelog
14
+source venv/bin/activate  
15
+pip install -r requirements.txt  
16
+deactivate
17
+
18
+
19
+# Open Cutelog
20
+venv/bin/ptpython
21
+
22
+
23
+# Upgrade
24
+source venv/bin/activate  
25
+pip install -U -r requirements.txt  
26
+deactivate

+ 1
- 0
requirements.txt View File

1
+ptpython

Loading…
Cancel
Save