Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BastiTee authored May 2, 2022
1 parent 5008034 commit 7cd45ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
## Setup

- Make sure that `python` and `poetry` is installed and available on the path. Python 2 is not supported – :skull:
- On first checkout run `make` to initialize the project configuration and build everything
- Refer to [the Makefile](Makefile) to learn about the various operations available
- To rename the project you can use [the provided script](__rename__.sh): `./__rename__.sh`
- Make sure that `python` and [`poetry`](https://python-poetry.org/) has been properly installed (Python 2 is not supported – :skull:). Usually a simple `python -m pip install poetry` is enough.
- On first checkout run `make` to initialize the project configuration and build everything.
- Refer to [the Makefile](Makefile) to learn about the various operations available. Most of them are just facades for `poetry`.
- To rename the project you can use [the provided script](__rename__.sh): `./__rename__.sh`.

## Features

Expand Down

0 comments on commit 7cd45ee

Please sign in to comment.