DerwenAI / kglab

Graph Data Science: an abstraction layer in Python for building knowledge graphs, integrated with popular graph libraries – atop Pandas, NetworkX, RAPIDS, RDFlib, pySHACL, PyVis, morph-kgc, pslpython, pyarrow, etc.
https://derwen.ai/docs/kgl/
MIT License
574 stars 65 forks source link

Poetry and pipenv install instructions #299

Closed jake-aft closed 1 year ago

jake-aft commented 1 year ago

Current behaviour

No instructions to install kglab with pipenv or poetry Issue: Improve installation- https://github.com/DerwenAI/kglab/issues/272

New expected behaviour

Instructions to install kglab with pipenv or poetry

Change logs

Instructions to install kglab with pipenv This is not for building the package or development work on kglab project.

Instructions to install kglab with poetry This is not for building the package or development work on kglab project.

Readme updated with Instructions to install kglab with pipenv or poetry Created new directory to test the install envs

Removed and decoupled the Poetry Build changes from the previous PR. These will follow in a future PR