Skip to content

Commit

Permalink
Update local environment installation and instructions (#487)
Browse files Browse the repository at this point in the history
* Update conda command syntax

* Pin to Python<3.12

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
brian-rose and pre-commit-ci[bot] authored Jul 22, 2024
1 parent 8e52faf commit ebd804a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ dependencies:
- dask
- pyproj
- pythia-datasets
- python
- python<3.12 # Waiting on https://github.com/jupyter/jupyter_events/issues/99
- scipy
- ffmpeg
- xarray
- python-graphviz
- graphviz
- setuptools>=69.0.3
- setuptools
- sphinx-pythia-theme
2 changes: 1 addition & 1 deletion preamble/how-to-use.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ can be done with two commands from the terminal, one to create the
environment and one to activate it:

```
conda env create --force -f https://raw.githubusercontent.com/ProjectPythia/pythia-foundations/main/environment.yml
conda env create --yes -f https://raw.githubusercontent.com/ProjectPythia/pythia-foundations/main/environment.yml
conda activate pythia-book-dev
```

Expand Down

0 comments on commit ebd804a

Please sign in to comment.