Skip to content

Commit db82962

Browse files
committed
README installation instruction
1 parent ed1ef62 commit db82962

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,27 @@ Models are allready trained
66

77
## Instalation
88

9-
9+
1. Install all requirements for [Tensorflow](https://www.tensorflow.org/install/ "Tensorflow")
10+
without installing Tensorflow itself.
11+
12+
2. Create virtual environment
13+
14+
virtualenv -p python3 colorization_venv
15+
16+
3. Activate virtual environment
17+
18+
source colorization_venv/bin/activate
19+
20+
4. Clone **Image and video colorization** package and move in it
21+
22+
git clone https://github.com/PrimozGodec/ImageColorization.git
23+
cd ImageColorization
24+
25+
5. Install requirements
26+
27+
pip install -r requirements.txt
28+
29+
6. You are done :)
1030

1131
## Image colorization
1232

0 commit comments

Comments
 (0)