This commit is contained in:
François Boulogne 2025-06-17 17:32:18 +02:00
parent d960ccd007
commit 2b64516ad1
6 changed files with 0 additions and 0 deletions

28
docs/installation.rst Normal file
View file

@ -0,0 +1,28 @@
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