Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
researchpy committed Aug 28, 2018
1 parent f266d4d commit 5e9ce58
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
7 changes: 6 additions & 1 deletion source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ Formula's are provided with citations if the code originated from researchpy.
All output has been tested and verified by comparing to established software
packages such as Stata, SAS, SPSS, and/or R.

.. note::

researchpy is only compatable with Python 3.x. Download using:
pip install researchpy


.. toctree::
:maxdepth: 2
Expand All @@ -31,7 +36,7 @@ packages such as Stata, SAS, SPSS, and/or R.
crosstab_documentation
corr_case_documentation
corr_pair_documentation

install

.. Indices and tables
.. ==================
Expand Down
11 changes: 11 additions & 0 deletions source/install.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Installing researchpy
=====================

researchpy is currently only installable via pip; which is Python's standard
package manager.

.. note::
researchpy is only compatable with Python 3.x

Use the following command:
pip install researchpy

0 comments on commit 5e9ce58

Please sign in to comment.