Install basin3d

BASIN-3D (Broker for Assimilation, Synthesis and Integration of eNvironmental Diverse, Distributed Datasets)

Warning

It is advised that you install basin3d into a virtual environment. (e.g. Anaconda, Virtualenv). For more information about virtual environments see Python documentation.

Install basin3d using the following command:

$ pip install basin3d

Make sure your installation was successful:

$ python
>>> import basin3d
>>>