Exploring the Lumen Database for a CSE291B Project.
Create a virtual environment and enter it:
python -m venv venv && source venv/bin/activate
Install dependencies. If you are using Python 3.11, use
python -m pip install -r requirements.txt
If you are not, install
python -m pip install -r requirements3.10.txt
Create a file named .env
with the contents
LUMEN_API={api key here}
You'll need to run source venv/bin/activate
every time when using this repo.
You can now run the example script with
python basictest.py