mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 13:06:59 +00:00
519 B
519 B
Near DBT Project - Python Scripts
Setup
-
Install Python 3 in your machine https://www.python.org/downloads/.
-
Open your terminal/command prompt and go to this directory.
-
Run the following command:
pip install -r requirements.txt
- Run the Python script by typing:
python <script name here>.py
(e.g. python token_labels_retriever.py)
Troubleshooting
- Check if you're in the right directory
- If the commands are not recognized, you need to add Python in your environment variables