Skip to content

Commit 98cd751

Browse files
authored
Update README.md
1 parent 295fe88 commit 98cd751

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,15 @@ Usage
2525
- Create a workspace
2626

2727
```
28-
timeout-tools ws <app_repo_name> <new_branch_name>
28+
timeout-tools ws <app_repo_name> <branch_name>
2929
eg
3030
timeout-tools ws envars TOPS-1234
3131
```
3232

3333
This:
3434

3535
- Clones the app into `<branch_name>--<app>`
36+
- Checkout branch `<branch_name>` if it exists or creates it
3637
- Installs python version specified in repos `PYTHON_VERSION` file, using pyenv
3738
- Creates a pyenv virtualenv named `<app>-<version>`
3839
- Installs requirements.txt (and requirements-dev.txt if it exists) in the virtualenv

0 commit comments

Comments
 (0)