This website requires JavaScript.
Explore
Help
Sign In
gulliver
/
rtfm
Watch
1
Star
0
Fork
2
You've already forked rtfm
Code
Issues
Pull Requests
Projects
Releases
Activity
feature/wtf_coop_theme
Branches
Tags
No results found.
rtfm
/
sphinx
History
Stephan
648db26e42
docs: reduced install efforts with creation of requirements.txt
2021-08-28 16:48:06 +02:00
..
source
feat: 1st wtf_coop theme based on read the docs
2021-08-28 16:35:48 +02:00
theme
/wtf_coop
feat: 1st wtf_coop theme based on read the docs
2021-08-28 16:35:48 +02:00
Makefile
added initial sphinx config for book generation
2021-07-29 09:41:29 +02:00
README.md
docs: reduced install efforts with creation of requirements.txt
2021-08-28 16:48:06 +02:00
README.md
Installation
Virtuelle Pythonumgebung erstellen:
python3 -m venv venv
Virtuelle Umgebung aktivieren:
source venv/bin/activate
Pakete aus
requirements.txt
installieren:
pip install -r requirements.txt