Skip to content

liviaellen/Breaking-Bad-Quote-Generator

Repository files navigation

Description

Web

To Access the Breaking Bad Quote Generator Web, Please access https://bbquote-generator.herokuapp.com/

Go to https://github.com/liviaellen/Breaking-Bad-Quote-Generator to see the project.

Install The Packages

pip install git+https://github.com/liviaellen/Breaking-Bad-Quote-Generator.git

Run bbquote-run on terminal to generate Breaking Bad Quote

bbquote-run


Startup the project

The initial setup.

Create virtualenv and install the project:

sudo apt-get install virtualenv python-pip python-dev
deactivate; virtualenv ~/venv ; source ~/venv/bin/activate ;\
    pip install pip -U; pip install -r requirements.txt

Install

Clone the project and install it:

git clone [email protected]:liviaellen/Breaking-Bad-Quote-Generator.git
cd Breaking-Bad-Quote-Generator
pip install -r requirements.txt
make clean install test                # install and test

Functionnal test with a script:

cd
mkdir tmp
cd tmp
bbquote-run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published