File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,17 @@ scaffolds a new project using the bundled cookiecutter template.
2222Comprehensive documentation and tutorials are available on the
2323[ GitHub  ; Pages site] ( https://taskbeacon.github.io/psyflow/ ) .
2424
25+ ### Building the documentation
26+
27+ To generate the HTML docs locally:
28+
29+ ``` bash
30+ pip install -r docs/requirements.txt
31+ sphinx-build -b html docs docs/_build/html
32+ ```
33+
34+ Open ` docs/_build/html/index.html ` in a browser to view them.
35+
2536## Publishing to PyPI
2637
2738Releases are automated with GitHub Actions. Any push to the ` main ` branch
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ pip install psychopy
2727You can install psyflow directly from PyPI:
2828
2929``` bash
30- pip install psyflow==0.1.0
30+ pip install psyflow==0.1.1
3131```
3232
3333Or if you prefer to work with the source code:
You can’t perform that action at this time.
0 commit comments