Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 319 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 319 Bytes

Weary traveler project

Setup

To create a virtual env run the following commands:

virtualenv -ppython3 venv
source venv/bin/activate
pip install -r requirements.txt

Running tests

From the project root simply run:

pytest

Running the project

From the project root run:

python main.py