Munmud commented on issue #845:
URL: https://github.com/apache/age/issues/845#issuecomment-1521877452

   You can follow the steps as below :
   - Download the repo. `git clone https://github.com/apache/age.git`
   - Goto the python driver directory. 
   - Install the dependency `pip install -r requirements.txt`
   - Run unitTest with your configuration
   ```
   python test_age_py.py \
   -host "127.0.0.1" \
   -db "postgres" \
   -u "postgres" \
   -pass "agens" \
   -port 5432 \
   -gn "test_graph"
   ```
   
   There is also a pypi package 
[here](https://pypi.org/project/apache-age-dijkstra/). But its not up do date 
with latest age python driver


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to