python3 -m venv virtualenv
source virtualenv/bin/activate
pip install git+ssh://git@github.com/socrateasehq/process-test-cases#egg=process_test_cases
You can check the code for a problem within a given difficulty level or under the misc/ folder.
If you want to check the code for a problem that starts with abc within folder level_1, you will run
python run.py level_1 abc