File: README.md

package info (click to toggle)
node-esprima 4.0.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 19,432 kB
  • sloc: makefile: 155; python: 39; sh: 2
file content (20 lines) | stat: -rw-r--r-- 273 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

Unix:
```bash
virtualenv env
source env/bin/activate
pip install -r requirements.txt
cd docs
make html
```

Windows:
```bash
virtualenv env
env\Script\activate
pip install -r requirements.txt
cd docs
make html
```

Open the file `_build/html/index.html` in a web browser.