Skip to content

Commit 0d14924

Browse files
authored
Update README.md
1 parent 52fcc71 commit 0d14924

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ pip install git+https://github.com/TUM-Aries-Lab/<your-package-name>.git@<specif
2222
## Development
2323
0. Install [Poetry](https://python-poetry.org/docs/#installing-with-the-official-installer)
2424
1. 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```
2727
4. ```git clone git@github.com:TUM-Aries-Lab/template-python.git```
2828
5. `make init` to create the virtual environment and install dependencies
2929
6. `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
4040
The 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

4646
from loguru import logger

0 commit comments

Comments
 (0)