- Git: https://git-scm.com/downloads
- Python 3.6 (should include pip): https://www.python.org/downloads/
- pipenv: https://github.com/kennethreitz/pipenv#installation
git clone https://github.com/radujica/paintspot
cd paintspot
pipenv install
pipenv shell
python3 museum_assistant.py
Go to localhost:5050 in your browser.
