Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 557 Bytes

installation.md

File metadata and controls

25 lines (20 loc) · 557 Bytes

Installation

To install extra-datasience-tools using PyPi

pip install extra-datascience-tools

To install extra-datascience-tools without using PyPi

git clone https://github.com/sTomerG/extra-datascience-tools.git
cd extra-datascience-tools
pip install .

If problems arise please upgrade pip:

python3 -m pip install --upgrade pip

Usage

>>> import extra_ds_tools

To see the most used functionalities see the {doc}notebooks/tutorial.
To see all functionalities consult the {doc}autoapi/index.