Ready to start building with Bigdata.com? This page will guide you through all the essential steps to set up your local environment, so you can hit the ground running with your projects. Here’s what you’ll accomplish on this page: ✅ Create a python virtual environmentDocumentation Index
Fetch the complete documentation index at: https://docs.bigdata.com/llms.txt
Use this file to discover all available pages before exploring further.
✅ Install the Bigdata.com SDK
bigdata-client ✅ Initialise environment variables
Let’s get your workspace ready for success!
Create a python virtual environment
Open the terminal and create a virtual environment with the following command:Install the Bigdata.com SDK [bigdata-client]
Let’s installbigdata-client within the environment bigdata_venv.
Initialise environment variables
Specify your Bigdata.com credentials either with a.env file or by exporting the environment variables.
- .env file
- Export environment variables
Create a
.env file in the root of your project with the following content: