Thanks to visit codestin.com Credit goes to github.com
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 49d23ab commit caaa652Copy full SHA for caaa652
.gitignore
@@ -4,3 +4,4 @@
4
*.pid
5
cache
6
output
7
+tmp
README.md
@@ -8,9 +8,12 @@ add to or modify content with any regular text editor.
8
## Quick Start
9
10
```#!bash
11
+$ python3 -m venv tmp
12
+$ . tmp/bin/activate
13
$ pip install -r requirements.txt
14
$ make clean html
15
$ circuits.web output
16
+$ deactivate
17
```
18
19
Generated website should be viewable at: http://localhost:8000/
0 commit comments