Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 1.54 KB

PublicDataCloud_VirtualBox.md

File metadata and controls

65 lines (39 loc) · 1.54 KB

Configuring your Public Data Cloud on an Oracle VirtualBox

The public data cloud runs on an Oracle VirtualBox loaded with the Ubuntu 18.04 operating system and the Python 3.x programming language with Pandas, Numpy, Matplotlib, Folium, and Google text-to-speech modules installed.

Installing Oracle VirtualBox

Download and install Oracle VirtualBox.

Download and install VirtualBox Guest Additions

Installing Ubuntu 18.04

Download the ISO

Use this ISO to configure your VirtualBox

Verifying Python and PIP

Verify that Python3 has been pre-installed:

python3 --version
$ Python 3.7.3

Verify the pip points to python3

pip --version
$  pip 18.1 from /usr/lib/python3/dist-packages/pip (python 3.7)

Installing Pandas

use the pip install

pip3 install pandas

Installing Matplotlib

use the pip install

python -m pip install -U matplotlib  

Installing Folium

use the pip install

 pip install folium

Installing Google TTS

use the pip install

 pip install gTTS