6aeca8fbe9
* Add instructions about prereq and dependency * Add virtualenv dependency
16 lines
647 B
Markdown
16 lines
647 B
Markdown
# vision-engine-layer-1
|
|
Enviroment for the object recognition engine based on Google Cloud Vision
|
|
|
|
## Dependencies
|
|
To run the script you will need to install a few dependencies.
|
|
First update your system using your favorite package manager, then run the script ./prerequisites.py to automatically install or update all the needed packages.
|
|
You still need to have python and pip installed and updated.
|
|
|
|
If you need to add new prerequisites, it is preferable to add them as a pip packages.
|
|
|
|
## Prerequisites
|
|
You will need to create a Python virtual enviroment for each enviroment folder in the repo, using:
|
|
```bash
|
|
virtualenv ENVIROMENT-NAME
|
|
```
|