Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 690 Bytes

File metadata and controls

32 lines (25 loc) · 690 Bytes

lumendb-explore

Exploring the Lumen Database for a CSE291B Project.

Installation

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}

Usage

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