Skip to content

Commit 8aeb8f0

Browse files
committed
Updated README
1 parent d6c1894 commit 8aeb8f0

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,7 @@ cython_debug/
180180
*/.DS_Store
181181

182182
# Python environments
183-
env*
183+
env*
184+
185+
# VS code
186+
.vscode/

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1-
# maxplotlib
1+
# maxplotlib
2+
3+
## Install
4+
5+
Create and activate python environment
6+
7+
```
8+
python -m venv env
9+
source env/bin/activate
10+
pip install --upgrade pip
11+
```
12+
13+
Install the code and requirements with pip
14+
15+
```
16+
pip install -e .
17+
```
18+
19+
Run the code with
20+
21+
```
22+
maxplotlib
23+
```

0 commit comments

Comments
 (0)