minor fixes (#235)

* removed unnecessary imports

* removed unnecessary semicolons

* format markdown

* format markdown

* fixed markdown
This commit is contained in:
Daniel Kleine
2024-06-21 15:40:54 +02:00
committed by GitHub
parent 4c2b503785
commit ad9dd994dc
3 changed files with 10 additions and 11 deletions

View File

@@ -6,14 +6,14 @@ I used the following libraries listed [here](https://github.com/rasbt/LLMs-from-
To install these requirements most conveniently, you can use the `requirements.txt` file in the root directory for this code repository and execute the following command:
```
```bash
pip install -r requirements.txt
```
Then, after completing the installation, please check if all the packages are installed and are up to date using
```
```bash
python python_environment_check.py
```