digitalmars.D.learn - Using PyD
- sivakon (9/9) Nov 21 2017 I can create a python project by creating a PyDobject and `python
I can create a python project by creating a PyDobject and `python setup.py install` and get the output. If I want to add an external library in D (usually I do that with `dub run --single` command), how do I accomplish that? In the project below, if I want to use some D libraries, how do I build it? https://github.com/ariovistus/pyd/tree/master/examples/hello Thanks, Siva
Nov 21 2017