Skip to content

Commit

Permalink
Fix sandbox setup documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Apr 22, 2021
1 parent 0d8ef98 commit e06c60e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -296,10 +296,11 @@ Development
cd wetterdienst
# Install package in editable mode.
pip install --editable=.[http,sql,export,ui]
pip install --editable=.[sql,export,restapi,explorer]
# Alternatively, when using Poetry.
poetry install --extras=http --extras=sql --extras=export --extras=ui
poetry install --extras=sql --extras=export --extras=restapi --extras=explorer
poetry shell
2. For running the whole test suite, you will need to have Firefox and
geckodriver installed on your machine. Install them like::
Expand Down

0 comments on commit e06c60e

Please sign in to comment.