We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad804b commit eec6aa3Copy full SHA for eec6aa3
docs/source/install.rst
@@ -1,10 +1,13 @@
1
Install
2
=======
3
4
-cyberpandas requires pandas 0.23 or newer, which is currently unreleased.
+cyberpandas requires pandas 0.23 or newer. On Python 2, the 3rd part `ipaddress`
5
+module is required (it's built into the standard library in Python 3).
6
-Once pandas is installed, cyberpandas can be installed from PyPI
7
+Once pandas is installed, cyberpandas can be installed from conda-forge::
8
-.. code-block:: none
9
+ conda install -c conda-forge cyberpandas
10
- pip install cyberpandas
11
+Or PyPI:
12
+
13
+ pip install cyberpandas
0 commit comments