mc doc
This commit is contained in:
parent
d960ccd007
commit
2b64516ad1
6 changed files with 0 additions and 0 deletions
28
docs/installation.rst
Normal file
28
docs/installation.rst
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue