-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
9672ca9
commit 6a15be4
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |