HarisIqbal88 / PlotNeuralNet

Latex code for making neural networks diagrams
MIT License
21.54k stars 2.83k forks source link

Made python interface installable via pip #143

Open AlreadyTakenJonas opened 1 year ago

AlreadyTakenJonas commented 1 year ago

Hi, HarisIqbal88!

My boss told me to use your package for my master thesis and I really like it, but it was bugging me, that it didn't have an installer. So I made it installable via pip. I had to rearrange your directories a little bit, but I hope you like it.

I also added CITATION.cff, this will show how to cite your software directly in the repos sidebar.

You might want to add your email or ORCID in pyproject.toml and check CITATION.cff for errors.

I wish you a happy New Year!

Kind regards, Jonas Eichhorn

AlreadyTakenJonas commented 1 year ago

I almost forgot: After installing you can run python3 -m PlotNeuralNetPy.pyexamples.test_simple to run your test script.