File: create-virtual-env

package info (click to toggle)
libfyaml 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,328 kB
  • sloc: ansic: 62,193; asm: 8,692; sh: 1,628; makefile: 581; python: 23
file content (6 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
virtualenv -p python3 sphinx
. sphinx/bin/activate
pip3 install sphinx
pip3 install git+http://github.com/return42/linuxdoc.git
pip3 install sphinx_rtd_theme
pip3 install sphinx-markdown-builder