HarbingerOfFire / bivittatusDB

Operator Based Relational Database Management system for python
https://pypi.org/project/bivittatusDB/
MIT License
7 stars 1 forks source link

Pip install #13

Closed HarbingerOfFire closed 1 month ago

HarbingerOfFire commented 1 month ago

@ScriptSlayer0 In case you haven't seen it, I wanted to let you know that the project has been published and linked to PyPi, which means it can be installed using pip. We will have to run checks after releases to make sure our edits don't mess up the pip release.

ScriptSlayer0 commented 1 month ago

Good, I have seen that you were working on that.

HarbingerOfFire commented 1 month ago

Yeah, I finally got it working today. My last error was that it wasn't including the lib_bdb.so when building the whl, which meant pip never installed it. That took a second to fix