Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
TezRomacH committed Jun 29, 2021
1 parent 759ff43 commit 9887be1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pip install -U cookiecutter
then go to a directory where you want to create your project and run:

```bash
cookiecutter gh:TezRomacH/python-package-template
cookiecutter gh:TezRomacH/python-package-template --checkout v1.0.2
```

### Input variables
Expand Down Expand Up @@ -121,7 +121,7 @@ Poetry's [commands](https://python-poetry.org/docs/cli/#commands) are very intui

- `poetry add numpy@latest`
- `poetry run pytest`
- `publish --build`
- `poetry publish --build`

etc
</p>
Expand Down
2 changes: 1 addition & 1 deletion {{ cookiecutter.project_name }}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Poetry's [commands](https://python-poetry.org/docs/cli/#commands) are very intui

- `poetry add numpy@latest`
- `poetry run pytest`
- `publish --build`
- `poetry publish --build`

etc
</p>
Expand Down

0 comments on commit 9887be1

Please sign in to comment.