mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-22 09:16:27 -06:00
1f92effa27
Bump jinja2 from 3.1.3 to 3.1.4 in /python/sphinx_docs |
||
---|---|---|
.. | ||
docs | ||
src/opm_simulators_docs | ||
Makefile | ||
poetry.lock | ||
pyproject.toml | ||
README.md |
Python scripts for building opm-simulators sphinx documentation
Installation of the python scripts
- Requires python3 >= 3.10
Using poetry
For development it is recommended to use poetry:
- Install poetry
- Then run:
$ poetry install
$ poetry shell
Installation into virtual environment
If you do not plan to change the code, you can do a regular installation into a VENV:
$ python -m venv .venv
$ source .venv/bin/activate
$ pip install .