~/.beam/config.ini
. When you run beam config create
, your API keys will be saved to this file.
Install WSL with Ubuntu 22.04
wsl --install Ubuntu-22.04
Set WSL Version to 1 (Optional)
wsl --set-version Ubuntu-22.04 1
Launch Ubuntu
wsl -d Ubuntu-22.04
Install pip
sudo apt update && sudo apt install python3-pip -y
Install Beam SDK
python3 -m pip install beam-client
pip
: