We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c1894 commit 8aeb8f0Copy full SHA for 8aeb8f0
.gitignore
@@ -180,4 +180,7 @@ cython_debug/
180
*/.DS_Store
181
182
# Python environments
183
-env*
+env*
184
+
185
+# VS code
186
+.vscode/
README.md
@@ -1 +1,23 @@
1
-# maxplotlib
+# 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