Skip to content

Commit

Permalink
Added openpyxl dependency to docs and setup files.
Browse files Browse the repository at this point in the history
  • Loading branch information
JS3xton committed May 6, 2020
1 parent cfcf012 commit ed91526
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/getting_started/install_python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Alternatively, download ``FlowCal`` from `here <https://github.com/taborlab/Flow
* ``scikit-learn`` (>=0.16.0)
* ``pandas`` (>=0.16.1)
* ``xlrd`` (>=0.9.2)
* ``openpyxl`` (>=2.4.1)
* ``XlsxWriter`` (>=0.5.2)

If you have ``pip``, a ``requirements.txt`` file is provided, such that the required packages can be installed by running::
Expand Down Expand Up @@ -52,4 +53,4 @@ Again, some users may need to precede the previous commands with ``sudo``.

sudo pip install --upgrade pip

After this, you may install ``FlowCal`` by following the steps above.
After this, you may install ``FlowCal`` by following the steps above.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def find_version(file_path):
'scikit-learn>=0.16.0',
'pandas>=0.16.1',
'xlrd>=0.9.2',
'openpyxl>=2.4.1',
'XlsxWriter>=0.5.2'],

# List additional groups of dependencies here (e.g. development
Expand Down

0 comments on commit ed91526

Please sign in to comment.