Skip to content
New issue

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

Missing Setup Instruction #1

Open
ltfschoen opened this issue Oct 25, 2024 · 0 comments
Open

Missing Setup Instruction #1

ltfschoen opened this issue Oct 25, 2024 · 0 comments

Comments

@ltfschoen
Copy link

ltfschoen commented Oct 25, 2024

Suggest updating the README.md file and add a bash script that workshop participants can run to setup this repo on their machine.

  • Install Python >= 3.11
  • Clone repo
git clone https://github.com/OriginTrail/dkgcon-workshops-2024
cd dkgcon-workshops-2024
  • Generate .env file.
cp .env_example .env
  • If .env_example file does not exist, then create .env file and add contents PRIVATE_KEY= and add your private key as the value
  • Add private key to .env file
  • Run a bash script to install dependencies, create a virtual environment, and activate virtual environment
pip install python-dotenv
pip install --upgrade pip
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant