Skip to content

Commit 25773c4

Browse files
authored
Merge pull request #1052 from martinRenou/fix_readme
Fix environment.yml file location in the README
2 parents 644a260 + c76c1d2 commit 25773c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To serve a directory of jupyter notebooks, run `voila` with no argument.
5757
For example, to render the example notebook `bqplot.ipynb` from this repository with Voilà, you can first update your current environment with the requirements of this notebook (in this case in a [conda environment](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html) and render the notebook with
5858

5959
```
60-
mamba env update -f environment.yml
60+
mamba env update -f .binder/environment.yml
6161
cd notebooks/
6262
voila bqplot.ipynb
6363
```

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Commit the changes, create a new release tag, and update the `stable` branch (fo
8181

8282
```bash
8383
git checkout main
84-
git add voila/_version.py environment.yml
84+
git add voila/_version.py
8585
git commit -m "Release x.y.z"
8686
git tag x.y.z
8787
git checkout stable

0 commit comments

Comments
 (0)