This repository was archived by the owner on Apr 18, 2023. It is now read-only.
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
gas_station_problem README ================== Overview -------- This is a solution for the Gas Station Problem, using Python3 and Pyramid framework. Getting Started --------------- - Clone this repository - Create a virtualenv: - virtualenv -p python3 <virtualenvname> python3 -m venv venvgas - Start the virtualenv: - source $VENV/bin/activate - Install the requirements: - cd <directory containing this file> - $VENV/bin/pip install -e . - Start the pyramid server - $VENV/bin/pserve development.ini