File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -101,17 +101,20 @@ Requirements/Dependencies
101101Installation
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
116119Citing CommPy
117120-------------
You can’t perform that action at this time.
0 commit comments