File tree 2 files changed +13
-11
lines changed
2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Development
70
70
1. Install `conda <https://docs.conda.io/en/latest/miniconda.html >`_.
71
71
2. Download development and testing tools::
72
72
73
- conda env create -f environment.lock. yml -n my-dev-environment
73
+ conda env create -f environment.yml -n my-dev-environment
74
74
75
75
3. Activate development environment::
76
76
86
86
87
87
make test
88
88
89
+ Deploy new cortexpy version to pypi
90
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
91
+
92
+ Requires access credentials for pypi.
93
+
94
+ ::
95
+
96
+ make deploy
97
+
89
98
Update the dev environment
90
99
~~~~~~~~~~~~~~~~~~~~~~~~~~
91
100
101
+ This section is experimental because it does not work on travis-CI yet.
102
+
92
103
::
93
104
94
105
# Create a new env from the high-level requirements file
@@ -100,15 +111,6 @@ Update the dev environment
100
111
# save new env to environment.lock.yml
101
112
make lock
102
113
103
- Deploy new cortexpy version to pypi
104
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
105
-
106
- Requires access credentials for pypi.
107
-
108
- ::
109
-
110
- make deploy
111
-
112
114
Bugs
113
115
====
114
116
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ conda update -q conda
25
25
# Useful for debugging any issues with conda
26
26
conda info -a
27
27
28
- conda env create -q -f environment.lock. yml -n test-env
28
+ conda env create -q -f environment.yml -n test-env
29
29
source activate test-env
30
30
python setup.py install
31
31
mccortex 3 || echo continue...
You can’t perform that action at this time.
0 commit comments