Skip to content

Commit c801c0e

Browse files
committed
Remove old README section
1 parent 239852b commit c801c0e

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

README.rst

-17
Original file line numberDiff line numberDiff line change
@@ -150,20 +150,3 @@ To build the documentation manually::
150150
pip install -r docs/requirements.txt
151151

152152
make docs
153-
154-
Updating the dev environment
155-
````````````````````````````
156-
157-
This section is experimental because it does not work on travis-CI yet.
158-
159-
::
160-
161-
# Create a new env from the high-level requirements file
162-
conda env create -f environment.yml -n another-dev-env
163-
164-
# activate the new environment
165-
conda activate another-dev-env
166-
167-
# save new env to environment.lock.yml
168-
make lock
169-

0 commit comments

Comments
 (0)