This guide walks you through setting up your development environment after a build. It includes setting permissions, executing the init.sh script, activating the Python virtual environment, authenticating with Google Cloud, and running validation tests.
sudo wget https://raw.githubusercontent.com/spacetimeengineer/AA-SI_init/main/init.sh && \
sudo chmod +x init.sh && \
./init.sh && \
cd ~ && \
source aa_lab/bin/activate && \
gcloud auth application-default login && \
gcloud config set account {ACCOUNT} && \
gcloud config set project ggn-nmfs-aa-dev-1 Follow the browser-based instructions to complete authentication.
Run the following to see available operations:
aa-helpThis will list available tools, scripts, or modules you can run within the environment.
You’ve completed the setup and verified that everything is working. You can now start using the tools provided in your environment.