Skip to content

Commit c46a6de

Browse files
committed
Mark conda as outdated in README
1 parent a17de88 commit c46a6de

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,20 @@ Requirements/Dependencies
101101
Installation
102102
------------
103103

104-
- To use the released version on PyPi, use pip or conda to install as follows::
104+
- To use the released version on PyPi, use pip to install as follows::
105105
```
106106
$ pip install scikit-commpy
107-
$ conda install -c https://conda.binstar.org/veeresht scikit-commpy
108107
```
109108
- To work with the development branch, clone from github and install as follows::
110109
```
111110
$ git clone https://github.com/veeresht/CommPy.git
112111
$ cd CommPy
113112
$ python setup.py install
114113
```
114+
- conda version is curently outdated but v0.3 is still available using::
115+
```
116+
$ conda install -c https://conda.binstar.org/veeresht scikit-commpy
117+
```
115118

116119
Citing CommPy
117120
-------------

0 commit comments

Comments
 (0)