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
@@ -11,15 +12,29 @@ The aim of this project is to rework the original [Traffic Flow Dynamics Model](
11
12
This rework consists of a full code rewriting, in order to implement more features (like *intersections*) and get advantage from the latest C++ updates.
If you want to use the library from Python, you can build the Python bindings using [pybind11](https://github.com/pybind/pybind11). Make sure you have doxygen installed to generate the docstrings:
56
70
```shell
57
71
sudo apt install doxygen
@@ -65,6 +79,8 @@ pip install .
65
79
After installation, you should be able to import the module in Python:
66
80
```python
67
81
import dsf
82
+
83
+
print(dsf.__version__)
68
84
```
69
85
70
86
If you encounter issues, ensure that the installation path is in your `PYTHONPATH` environment variable.
0 commit comments