Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Panchenko committed Aug 12, 2024
2 parents 9e4a418 + 1fb73a0 commit 80aec24
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions {{cookiecutter.project_name}}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ Welcome to the {{cookiecutter.project_name}} library!

## Getting Started

Clone the repository and run
You can have a local poetry or docker-interpeter based setup. The repository is also
configured to seamlessly working within a GitHub Codespace. See the instructions
for the various setup scenarios below.

```shell
git submodule update --init --recursive
```

to also pull the git submodules.
Independently of how the setup was done, the virtual environment can be activated with
`poetry shell` and the various tasks like formatting, testing, and documentation building
can be executed using `poe`. For example, `poe format` will format the code, including the
notebooks. Just run `poe` to see the available commands.

### Python setup
### Python (poetry) setup

You can install the dependencies with

Expand Down

0 comments on commit 80aec24

Please sign in to comment.