From b5da9c095847b1d3aaea1674d74a90d8f2761648 Mon Sep 17 00:00:00 2001 From: Aaron Holmes Date: Wed, 20 Sep 2023 11:28:01 -0700 Subject: [PATCH] Further corrections to template readme. --- src/web/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/web/README.md b/src/web/README.md index 3a05435e..b4b5931e 100644 --- a/src/web/README.md +++ b/src/web/README.md @@ -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://git@github.com/uclahs-cds/private-BL-python-libraries.git@main#subdirectory=src/programming` -2. `pip install bl-python-web@ git+ssh://git@github.com/uclahs-cds/private-BL-python-libraries.git@main#subdirectory=src/web` +1. `pip install 'bl-python-programming@ git+ssh://git@github.com/uclahs-cds/private-BL-python-libraries.git@main#subdirectory=src/programming'` +2. `pip install 'bl-python-web@ git+ssh://git@github.com/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. @@ -40,7 +40,7 @@ The command used is `bl-python-scaffold create`. Please run `bl-python-scaffold
-To create an application with a single API endpoint, run `bl-python-scaffold -n ` where `` 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 ` where `` 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