@@ -29,31 +29,20 @@ http://continuum.io/downloads
29
29
30
30
For trying the latest updates, there is also an automated
31
31
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.
36
35
37
36
```
38
- conda install -c https://conda.binstar.org/mwiebe dynd-python
37
+ conda install dynd-python --channel dynd/channel/dev
39
38
```
40
39
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:
43
43
44
44
```
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
57
46
```
58
47
59
48
Developing DyND
0 commit comments