Skip to content

Commit

Permalink
Merge branch 'main' into aholmes-handle-hyphenated-module-names
Browse files Browse the repository at this point in the history
  • Loading branch information
aholmes committed Feb 16, 2024
2 parents c3ce4f8 + 2bd28d1 commit f66b3ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/BL_Python/web/scaffolding/templates/base/README.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

## Usage

1. Create a virtual environment `python -m venv .venv`
1. Create a virtual environment `python3 -m venv .venv`
2. Activate the virtual environment `. .venv/bin/activate`
3. Install dependencies `pip install .`
4. Run the application `python {{application.module_name}}`
4. Run the application `python3 {{application.module_name}}`

You can now access your endpoints in your browser, or with `curl`, using the address [http://127.0.0.1:5000/](http://127.0.0.1:5000/).

Expand Down

0 comments on commit f66b3ff

Please sign in to comment.