masa-finance / masa-bittensor

Bittensor Subnet Config
https://masa.ai
MIT License
0 stars 0 forks source link

feat: various setup improvements #40

Closed grantdfoster closed 1 month ago

grantdfoster commented 1 month ago

Description

This PR simplifies and streamlines the local setup process by:

  1. Updating running_on_devnet.md to leverage make commands
  2. Using setup.py to resolve common import errors on setup
  3. Adding loguru dependency to requirements.txt

Goals

  1. Simplify onboarding to expedite running miners and validators locally
  2. Streamline the setup process to handle missing dependencies and import errors

Testing