Skip to content

Commit e29361b

Browse files
committed
DOC: Update install docs [ci skip]
[ci skip]
1 parent bad804b commit e29361b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/source/install.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
Install
22
=======
33

4-
cyberpandas requires pandas 0.23 or newer, which is currently unreleased.
4+
cyberpandas requires pandas 0.23 or newer. On Python 2, the 3rd party `ipaddress`
5+
module is required (it's built into the standard library in Python 3).
56

6-
Once pandas is installed, cyberpandas can be installed from PyPI
7+
Once pandas is installed, cyberpandas can be installed from conda-forge::
78

8-
.. code-block:: none
9+
conda install -c conda-forge cyberpandas
910

10-
pip install cyberpandas
11+
Or PyPI:
12+
13+
pip install cyberpandas

0 commit comments

Comments
 (0)