Files
opm-simulators/python/sphinx_docs
dependabot[bot] ccb85f17e0 Bump idna from 3.6 to 3.7 in /python/sphinx_docs
Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 11:36:18 +00:00
..
2024-05-14 09:00:58 +02:00
2024-05-14 09:00:58 +02:00

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:

$ 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 .