Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bae7afb

Browse files
Merge pull request #741 from insertinterestingnamehere/readme_fix
Update development version install instructions in README.md.
2 parents 355a292 + bf919c3 commit bae7afb

File tree

1 file changed

+8
-19
lines changed

1 file changed

+8
-19
lines changed

README.md

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -29,31 +29,20 @@ http://continuum.io/downloads
2929

3030
For trying the latest updates, there is also an automated
3131
build configured which tracks the latest git master. When
32-
all the tests pass, it uploads conda packages to the binstar
33-
channel "mwiebe". To get these versions, you can either use a
34-
.condarc file which includes "https://conda.binstar.org/mwiebe" in its
35-
channels list, or run the following command.
32+
all the tests pass, it uploads conda packages to the anaconda.org
33+
channel "dynd/channel/dev". To get these versions, you
34+
can run the following command.
3635

3736
```
38-
conda install -c https://conda.binstar.org/mwiebe dynd-python
37+
conda install dynd-python --channel dynd/channel/dev
3938
```
4039

41-
On windows, the .condarc file goes in the %USERPROFILE% directory.
42-
Here's an example .condarc file which includes the channel:
40+
It may work best to install development versions of DyND into an
41+
environment instead of the main Anaconda directory.
42+
You can do this with a command like:
4343

4444
```
45-
channels:
46-
- https://conda.binstar.org/mwiebe
47-
- http://repo.continuum.io/pkgs/free
48-
- http://repo.continuum.io/pkgs/pro
49-
- http://repo.continuum.io/pkgs/gpl
50-
```
51-
52-
It may work best to install DyND into an environment instead of
53-
the main Anaconda directory. You can do this with a command like:
54-
55-
```
56-
C:\>conda create -n dynd-env python=3.3 dynd-python numpy scipy ipython
45+
C:\>conda create -n dynd-env python=3.3 dynd-python --channel dynd/channel/dev
5746
```
5847

5948
Developing DyND

0 commit comments

Comments
 (0)