standardized release proc
Browse files- README.rst +1 -1
README.rst
CHANGED
@@ -198,7 +198,7 @@ Development of this happens on GitHub, patches including tests, documentation ar
|
|
198 |
How to release updates
|
199 |
----------------------
|
200 |
|
201 |
-
If this is the first time you're releasing to pypi, you'll need to
|
202 |
|
203 |
Once complete, execute the following commands:
|
204 |
|
|
|
198 |
How to release updates
|
199 |
----------------------
|
200 |
|
201 |
+
If this is the first time you're releasing to pypi, you'll need to run: ``pip install -r tests/dev_requirements.txt``.
|
202 |
|
203 |
Once complete, execute the following commands:
|
204 |
|