Skip to content

Commit 042c925

Browse files
authored
Update release.md
1 parent 54c5690 commit 042c925

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

docs/release.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,17 @@ Steps to release a new version:
7878
pip install dist/text_extensions_for_pandas*.whl
7979
```
8080

81-
1. Navigate to the `notebooks` directory, activate your new environment, start up
82-
JupyterLab, and verify that the notebooks under `notebooks` still run.
81+
1. Activate your new environment and set up for running notebooks.
82+
```
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.
8392

8493
1. (optional): Do a test upload to TestPyPI by running:
8594
```

0 commit comments

Comments
 (0)