Skip to content

Commit

Permalink
Minor documentation change in getting started instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneselvans committed Sep 12, 2019
1 parent 6ecf00b commit 81f4692
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,13 @@
.pytest_cache/*
.DS_Store
build/
data/
**/*pudl.egg-info/
dist/
.eggs/
.tox/
settings/
coverage.xml
.coverage
.coverage.*
results/notebooks/pudl_intro.ipynb
results/notebooks/pudl_output_to_csv.ipynb
codecov.sh
.env_pudl/
*wheel-metadata
2 changes: 1 addition & 1 deletion docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Run the following commands in your terminal:

.. code-block:: console
$ conda create --name pudl catalystcoop.pudl jupyter jupyterlab pip python=3.7 --yes
$ conda create -y -n pudl -c conda-forge --strict-channel-priority python=3.7 catalystcoop.pudl jupyter jupyterlab pip
$ conda activate pudl
$ mkdir pudl-work
$ cd pudl-work
Expand Down

0 comments on commit 81f4692

Please sign in to comment.