28 lines
397 B
ReStructuredText
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
|
|
|