hardaker / pyfsdb

A python implementation of the FSDB flat-file streaming database.
MIT License
7 stars 2 forks source link

build instructions don't work #4

Open jheidemann opened 2 hours ago

jheidemann commented 2 hours ago

Manual build instructions are:

git clone git@github.com:gawseed/pyfsdb.git
cd pyfsdb
python3 setup.py build
python3 setup.py install

but the git repo is missing setup.py