You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Datagram DB Admin edited this page Sep 16, 2024
·
2 revisions
Setup
As the main project requires to have a C++ compiler supporting C++23, the user should consider havng g++13 installed.
To run the C++ pipeline from python3, you can run the following command after cloning the full repository:
python3.10 -m pip install DatagramDB/
Minimal Working Example (MWE)
After doing this, you can run the C++ server from Python3 as follows: