Skip to content

alayshahh/Colorization

Repository files navigation

Colorization

Development

1. Clone Repository

$ git clone https://github.com/alayshahh/Colorization.git
$ cd Colorization

2. Setup Virtual Environment

  • If you don't have venv installed, run the following
    $ python3 -m pip install --user virtualenv
$ python3 -m venv colorization_venv

3. Activate Virtual Environment

$ source colorization_venv/bin/activate

4. Install packages

(colorization_venv) $ pip install -r requirements.txt

5. Update requirements.txt

Note: Only do this whenever you add a new lib or package to the project so that the change is reflected on github

(colorization_venv) $ pip freeze > requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages