We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggest updating the README.md file and add a bash script that workshop participants can run to setup this repo on their machine.
git clone https://github.com/OriginTrail/dkgcon-workshops-2024 cd dkgcon-workshops-2024
cp .env_example .env
PRIVATE_KEY=
pip install python-dotenv pip install --upgrade pip python3 -m venv venv source venv/bin/activate pip install -r requirements.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Suggest updating the README.md file and add a bash script that workshop participants can run to setup this repo on their machine.
git clone https://github.com/OriginTrail/dkgcon-workshops-2024 cd dkgcon-workshops-2024
PRIVATE_KEY=
and add your private key as the valuepip install python-dotenv pip install --upgrade pip python3 -m venv venv source venv/bin/activate pip install -r requirements.txt
The text was updated successfully, but these errors were encountered: