No description
Find a file
François Boulogne b4a1cfbd2b upd
2025-06-25 11:19:37 +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 upd 2025-06-25 11:19:37 +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~ test 2025-06-25 11:15:43 +02:00
README.md fix config 2025-06-25 11:03:03 +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

Optifik

Current stable version 0.1.1

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