01. Python3.6(Python3)
02. Virtualenv
03. Requirements that are in requirements.txt
If you are using a ssh key for GitHub, please use flowing git command to clone the project.
git clone git@github.com:snandasena/recomendation-system-ibm-watson.git
Otherwise use HTTPS git method to clone the git repositories.
git clone https://github.com:snandasena/recomendation-system-ibm-watson.git
Here I assumed you are in the project root directory and here "." is represent the current directory.
virtualenv -p python3.6 .
Then activate the python virtual environment
source bin/active
Here is the command to Python requirements from a text file.
python -m pip install -r requirements.txt
jupyter notebook Recommendations_with_IBM.ipynb