Virtual Environment
Before you get started, it is important to set up your environment.
Pre-requisites
In order to use the SDLabs and Nexus SDK the following pre-requisites are recommended:
- Python 3.9 or above installed
- Knowledge about standard Python types and libraries. See some tutorials below:
- Knowledge about
pip - Knowledge about virtual environments. See some tutorials below:
Virtual Environment Creation
It is recommended to always use a virtual environment to install the Scientia and Nexus SDKs, since it will isolate your installation and ensure there is no dependency conflicts with third party packages and versions. The following alternatives show two ways of creating and activating a virtual environment called atinary_sdk:
Warning
These are only compatible with Linux/Mac OS. For Windows, please refer to virtualenv tutorial
Using venv
Using conda
Download, install conda (docs) and create a new environment.
Ensure that you see (atinary_sdk) in your terminal, which signals that the virtual environment with name atinary_sdk has been created and is active.