February 2020
Intermediate to advanced
432 pages
10h 50m
English
If you do not want to use Anaconda but instead keep working in the Python environment that ships with Ubuntu, you can install an in-home user directory by adding the --user flag:
$ pip install --user tensorflow keras tflearn gym
This places the necessary packages in the ~/.local/lib/python2.7/site-packages folder.