Skip to content
This repository was archived by the owner on Apr 18, 2023. It is now read-only.

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

About

Solution for the Gas Station Problem

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages