Skip to content

Commit

Permalink
Fix typo in INSTALL instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Oct 1, 2024
1 parent 14bc926 commit 0e15744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,14 @@ To make use of this file:
```shell
cd pydatalab
source .venv/bin/activate
flask --app 'pydatalab:main.create_app()' --reload run
flask --app 'pydatalab:main.create_app()' run --reload
```

=== "Launching with `pipenv`"

```shell
cd pydatalab
pipenv run flask --app 'pydatalab:main.create_app()' --reload run
pipenv run flask --app 'pydatalab:main.create_app()' run --reload
```

The server should now be accessible at [http://localhost:5001](http://localhost:5001).
Expand Down

0 comments on commit 0e15744

Please sign in to comment.