Skip to content

Samuellmk/Mechanized-Carpark-Simulation

Repository files navigation

Installation

Ensure that you have Python version >= 11.5.

cd to the directory and

source venv/bin/activate #if on unix machine
.\venv\scripts\activate.bat #if on windows machine

Then

pip install -r requirements.txt

Running the program

Define the environment variable, there are multiple Periods to choose from, see folder data/slices/

set PERIOD="6-14 Hours.csv" #example
export PERIOD="6-14 Hours.csv" #for unix machine

Run the program

python main.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published