tmp_optifik/_sources/installation.rst.txt
François Boulogne 82eff06057 doc
2025-06-25 12:16:11 +02:00

28 lines
397 B
ReStructuredText

Installation
============
You can install Optifik using `pip`:
.. code-block:: bash
pip install optifik
Alternatively, you can install it from source:
.. code-block:: bash
git clone https://github.com/yourusername/optifik.git
cd optifik
pip install -e .
Requirements
------------
- Python >= 3.8
- NumPy >= 1.21
Optional for extended functionality:
- SciPy
- Matplotlib