We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c5690 commit 042c925Copy full SHA for 042c925
docs/release.md
@@ -78,8 +78,17 @@ Steps to release a new version:
78
pip install dist/text_extensions_for_pandas*.whl
79
```
80
81
-1. Navigate to the `notebooks` directory, activate your new environment, start up
82
- JupyterLab, and verify that the notebooks under `notebooks` still run.
+1. Activate your new environment and set up for running notebooks.
+ ```
83
+ conda activate ./testenv
84
+ pip install -r config/dev_reqs.txt
85
+ pip install -r config/jupyter_reqs.txt
86
+ pip install -r config/big_reqs.txt
87
+ pip install -r config/non_36_reqs.txt
88
+ jupyter lab
89
90
+
91
+1. Verify that the notebooks under `notebooks` still run.
92
93
1. (optional): Do a test upload to TestPyPI by running:
94
0 commit comments