Skip to content

Commit

Permalink
Merge pull request #44 from UBC-MDS/fix_pip_isntall
Browse files Browse the repository at this point in the history
Update installation note
  • Loading branch information
adibns authored Mar 14, 2021
2 parents 395d1f2 + 55c9c57 commit 91dadb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ Our functions are tailored based on our own experience, there are also similar p
* [easy-data-analysis](https://github.com/jschnab/easy-data-analysis)

## Installation
There are several dependencies not available on test.pypi, please use the exact command below to install our package.

```bash
$ pip install -i https://test.pypi.org/simple/ datascience_eda
$ pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple datascience-eda
```

## Main Functions
Expand Down

0 comments on commit 91dadb3

Please sign in to comment.