Currently, I have used Embeddings API
$ python3 -m venv env
$ source env/bin/activate
$ pip install -r requirements.txt
If you have any errors with pip, try the following:
$ pip install --upgrade pip
$ pip install --upgrade setuptools
For using jupyter notebook:
$ pip install notebook
$ jupyter notebook
And open correct notebook