File: create-virtual-env

package info (click to toggle)
libfyaml 0.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,684 kB
  • sloc: ansic: 51,709; asm: 8,692; sh: 1,185; makefile: 545; python: 24
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