Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 554 Bytes

File metadata and controls

19 lines (11 loc) · 554 Bytes

StatPy

StatPy is an ongoing project to implemennt various statistical and numerical methods in Python.

Installation

You can download the library using the following command

git clone https://github.com/kkin1995/statpy.git

After downloading the library into your preferred directory, you can make a virtual environment using virtualenv and activate it:

vitualenv statpy_env source statpy_env/bin/activate

Then, install the requirements using the following command:

pip install -r requirements.txt or pip3 install -r requirements.txt