Skip to content

Commit

Permalink
Add installation to docs (#136)
Browse files Browse the repository at this point in the history
* add installation.rst

* add to index

* Update docs/source/installation.rst

Co-authored-by: Mathias Hauser <[email protected]>

* Update docs/source/installation.rst

Co-authored-by: Mathias Hauser <[email protected]>

* Update docs/source/installation.rst

* Update docs/source/installation.rst

---------

Co-authored-by: Mathias Hauser <[email protected]>
  • Loading branch information
veni-vidi-vici-dormivi and mathause authored Jan 6, 2025
1 parent 9672ca9 commit 6a15be4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
:parser: myst_parser.sphinx_


.. toctree::
:maxdepth: 2
:hidden:
:caption: For users

installation

.. toctree::
:maxdepth: 2
:hidden:
Expand Down
25 changes: 25 additions & 0 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Installation
============

Required dependencies
---------------------

- Python (3.10 or later)
- `numpy <http://www.numpy.org/>`__
- `pandas <https://pandas.pydata.org/>`__
- `parse <https://pypi.org/project/parse/>`__

Instructions
------------

filefisher can be installed via conda/mamba:

.. code-block:: bash
conda install -c conda-forge filefisher
or alternatively, using pip:

.. code-block:: bash
python -m pip install filefisher

0 comments on commit 6a15be4

Please sign in to comment.