File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ pip install git+https://github.com/TUM-Aries-Lab/<your-package-name>.git@<specif
2222## Development
23230 . Install [ Poetry] ( https://python-poetry.org/docs/#installing-with-the-official-installer )
24241 . Install [ pyenv] ( https://github.com/pyenv/pyenv?tab=readme-ov-file#installation )
25- 2 . ``` pyenv install <desired-python-version> ```
26- 3 . ``` pyenv global <desired-python-version> ```
25+ 2 . ``` pyenv install <desired-python-version> # install the required python version ```
26+ 3 . ``` pyenv global <desired-python-version> # set the required python version ```
27274 . ``` git clone git@github.com:TUM-Aries-Lab/template-python.git ```
28285 . ` make init ` to create the virtual environment and install dependencies
29296 . ` make format ` to format the code and check for errors
@@ -40,7 +40,7 @@ poetry publish # make sure your version in pyproject.toml is updated
4040The package can then be found at: https://pypi.org/project/change-me
4141
4242## Module Usage
43- ``` bash
43+ ``` python
4444""" Basic docstring for my module."""
4545
4646from loguru import logger
You can’t perform that action at this time.
0 commit comments