Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Further corrections to template readme. #8

Merged
merged 1 commit into from
Sep 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ First install the `BL_Python.web` scaffolding tool. You can do this in your syst

Run these commands:

1. `pip install bl-python-programming@ git+ssh://[email protected]/uclahs-cds/private-BL-python-libraries.git@main#subdirectory=src/programming`
2. `pip install bl-python-web@ git+ssh://[email protected]/uclahs-cds/private-BL-python-libraries.git@main#subdirectory=src/web`
1. `pip install 'bl-python-programming@ git+ssh://[email protected]/uclahs-cds/private-BL-python-libraries.git@main#subdirectory=src/programming'`
2. `pip install 'bl-python-web@ git+ssh://[email protected]/uclahs-cds/private-BL-python-libraries.git@main#subdirectory=src/web'`

**Note** Once `BL_Python.web` is available in a package registry, the commands needed will change to `pip install bl-python-web` only.

Expand All @@ -40,7 +40,7 @@ The command used is `bl-python-scaffold create`. Please run `bl-python-scaffold
</details>
<br />

To create an application with a single API endpoint, run `bl-python-scaffold -n <name>` where `<name>` is replaced with the desired name of your application. By default, the scaffolder will output into a directory matching the name of your application. **Existing files will be overwritten.**
To create an application with a single API endpoint, run `bl-python-scaffold create -n <name>` where `<name>` is replaced with the desired name of your application. By default, the scaffolder will output into a directory matching the name of your application. **Existing files will be overwritten.**

## Run Your Application

Expand Down
Loading