Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit caaa652

Browse files
committed
Use virtualenv to generate the site
1 parent 49d23ab commit caaa652

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
*.pid
55
cache
66
output
7+
tmp

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ add to or modify content with any regular text editor.
88
## Quick Start
99

1010
```#!bash
11+
$ python3 -m venv tmp
12+
$ . tmp/bin/activate
1113
$ pip install -r requirements.txt
1214
$ make clean html
1315
$ circuits.web output
16+
$ deactivate
1417
```
1518

1619
Generated website should be viewable at: http://localhost:8000/

0 commit comments

Comments
 (0)