EVSE Work from TotalEnergies team 1 on the EV charlenge proposed by Shell
- Python version 3.8 or higher
- Python Environment management system: Conda or venv
- Poetry for dependency management and packaging.
Here are the steps to follow:
- Create a virtual environment with conda
conda create --name evse python=3.8 conda activate evse # Verify that python path is inside the env created previously(path should contain degas-00) which python
- Install poetry
# Install poetry pip install --user poetry # Verify that the CLI is accessible poetry --version # Verify that poetry is using the right python poetry env info # The virtual env should point to evse # The System's python should also point to evse
To submit any results:
- Generate
submission_file.csv
- Update Readme with approaches tested (equivalent of CHANGELOG but for ML)
- Merge to main
- Publish here
submission_file.csv
- Source code found at https://github.com/YHallouard/Shell_ai_evse/releases/tag/v<VERSION_TAG>