Skip to content

Commit

Permalink
Update template README.md
Browse files Browse the repository at this point in the history
Small requested hint
  • Loading branch information
piotr-grodek-dsai authored Nov 6, 2023
1 parent c623329 commit 0a1bffb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions {{ cookiecutter.repo_name }}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ To start, you need to setup your local machine.
You need to setup virtual environment, simplest way is to run from project root directory:

```bash
$ ./setup_dev_env.sh
$ . ./setup_dev_env.sh
$ source venv/bin/activate
```
This will create a new venv and run `pip install -r requirements-dev.txt`.
Last line shows how to activate the environment.

## Install pre-commit

Expand Down Expand Up @@ -117,4 +118,4 @@ Every MR keeps package for 7 days each (check `package` artifact).

On the main branch you can trigger _release_ which uploads minor.major.patch version to PIP registry.

{% endif %}
{% endif %}

0 comments on commit 0a1bffb

Please sign in to comment.