https://github.com/maximellerbach/workshop-epitech-2023
https://github.com/maximellerbach/workshop-epitech-2023
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/maximellerbach/workshop-epitech-2023
- Owner: Maximellerbach
- License: gpl-3.0
- Created: 2023-03-15T15:51:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-01T22:12:24.000Z (about 3 years ago)
- Last Synced: 2025-02-04T18:38:51.935Z (over 1 year ago)
- Language: Python
- Size: 94.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**