Skip to content

Commit 53a4485

Browse files
author
Guillaume Lemaitre
committed
Update the install for conda and pypi release
1 parent 3978694 commit 53a4485

File tree

2 files changed

+22
-9
lines changed

2 files changed

+22
-9
lines changed

README.rst

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,20 @@ imbalanced-learn is tested to work under Python 2.7 and Python 3.5.
5858
Installation
5959
------------
6060

61-
imbalanced-learn is not currently available on the PyPi's reporitories,
62-
however you can install it via `pip`::
61+
imbalanced-learn is currently available on the PyPi's reporitories and you can install it via `pip`::
6362

64-
pip install git+https://github.com/fmfn/UnbalancedDataset
63+
pip install -U imbalanced-learn
64+
65+
The package is release also in Anaconda Cloud platform::
66+
67+
conda install -c glemaitre imbalanced-learn
6568

6669
If you prefer, you can clone it and run the setup.py file. Use the following commands to get a
6770
copy from Github and install all dependencies::
6871

69-
git clone https://github.com/fmfn/UnbalancedDataset.git
70-
cd UnbalancedDataset
71-
python setup.py install
72+
git clone https://github.com/fmfn/UnbalancedDataset.git
73+
cd UnbalancedDataset
74+
python setup.py install
7275

7376
Testing
7477
-------

doc/install.rst

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,20 @@ Getting Started
55
Install
66
=======
77

8-
The install of ``imbalanced-learn`` is almost straightforward. You need to clone it from GitHub_::
8+
imbalanced-learn is currently available on the PyPi's reporitories and you can install it via `pip`::
99

10-
$ git clone https://github.com/fmfn/UnbalancedDataset.git
11-
$ python setup.py install
10+
pip install -U imbalanced-learn
11+
12+
The package is release also in Anaconda Cloud platform::
13+
14+
conda install -c glemaitre imbalanced-learn
15+
16+
If you prefer, you can clone it and run the setup.py file. Use the following commands to get a
17+
copy from Github and install all dependencies::
18+
19+
git clone https://github.com/fmfn/UnbalancedDataset.git
20+
cd UnbalancedDataset
21+
python setup.py install
1222

1323
Test and coverage
1424
=================

0 commit comments

Comments
 (0)