No description
Find a file
François Boulogne 0825d06e74 style
2025-06-25 11:35:07 +02:00
data move data 2025-06-25 10:12:15 +02:00
docs doc and install 2025-06-25 10:58:53 +02:00
old fixes 2025-06-04 13:20:13 +02:00
optifik upda 2025-06-25 11:31:55 +02:00
tests move data 2025-06-25 10:12:15 +02:00
check.py upd API 2025-06-20 13:35:19 +02:00
pyproject.toml upda 2025-06-25 11:31:55 +02:00
README.md style 2025-06-25 11:35:07 +02:00
RELEASE.md style 2025-06-25 11:35:07 +02:00
requirements.txt populate requirements 2025-06-25 08:48:18 +02:00
run_test.sh mpl 2025-06-17 18:06:06 +02:00
TODO.txt upda 2025-06-25 11:31:55 +02:00

Optifik

Installation

The use of pip must be limited to virtualenv

  • From PyPI
pip install optifik
  • From tarball
pip install /chemin/vers/optifik-0.1.0.tar.gz
  • From the source code
pip install .

For contributors

  • Install an editable version
pip install -e .
  • Install dev tools
pip install -e ".[dev]"
  • Install doc tools
pip install -e ".[docs]"
  • Build the doc
cd docs
make html