An open API service indexing awesome lists of open source software.

https://github.com/maximellerbach/workshop-epitech-2023


https://github.com/maximellerbach/workshop-epitech-2023

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

---
Author: Maxime Ellerbach
---
# Epitech Autonomous Car courses

Courses for the Epitech Autonomous Car project.

## Practices

*It is recommended to use python>=3.8*

The content of each practices is in the `practices` folder.
each practice contains a main.py (where you should write your code) and a test.py.
To run the tests, you simply need to run the test.py file.

**To install all the requirements for the practice, a requirements.txt is provided in each practice folder. It is recommended to use a virtualenv, you can create one on your own or create one runnning the `install.bat` or `install.sh` file**