If you want to learn more about Enactus Munich please head to our website
- Make sure you have Python3, Pipenv and Excel installed in your pc.
- Clone this project
- Install all dependencies with
pipenv install
- Now you are ready to go :) Make sure to allways start your local environment by running
pipenv shell
before running themain
script
- Document usage of algorithm
- add comments in the code
- document that explains how it works in the background
- Export results to excel with explanation why
- create forms with application requirements
- script must work with variable number of application req.
- Test in TeamWE
- Go over algorithm with Juli (and Vorstand) to see what should be improved
- and find someone with python knowledge to work with it
- Make sure you have
pip
andpipenv
installed in your pc. - Run
pipenv install
. This will install all necessary dependencies on your local environment. - Add all projects as they are saved in the forms that are filled in with the needed capacities to the hospitals.xlsx file. If a Key Error comes up, it is very likely that the project name is not well written.
- Download the Excel for the candidates and paste the name in the
__main__.py
file as the parameter of theReader
instance.
- on the console in the root folder of the repository run
pipenv shell
. This activates the virtual environment.