Skip to content
Snippets Groups Projects
Commit 9ae64aaf authored by q3k's avatar q3k
Browse files

docs: mention sphinx deps

parent cd56cd80
No related branches found
No related tags found
No related merge requests found
Pipeline #6689 passed
......@@ -50,7 +50,7 @@ To compile, see `Working on C st3m code`_.
For running the simulator, you'll need Python 3 with pygame and wasmer:
::
A::
$ python3 -m venv venv
$ . venv/bin/activate
......@@ -223,6 +223,14 @@ Writing Docs
Automatically updated on CI runs of the main branch and lives under https://docs.flow3r.garden.
You will need ``sphinx`` and ``sphinx_rtd_theme`` installed. If you're not usinx Nix, install these via venv:
::
$ python3 -m venv venv
$ venv/bin/pip install sphinx sphinx_rtd_theme
$ . venv/bin/activate
To build the docs locally:
::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment