Skip to content

Made python interface installable via pip#143

Open
AlreadyTakenJonas wants to merge 23 commits intoHarisIqbal88:masterfrom
AlreadyTakenJonas:installer
Open

Made python interface installable via pip#143
AlreadyTakenJonas wants to merge 23 commits intoHarisIqbal88:masterfrom
AlreadyTakenJonas:installer

Conversation

@AlreadyTakenJonas
Copy link

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
Copy link
Author

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

@@ -0,0 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from .test_simple import main, arch
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These imports conflict. No need to import the individual example namespaces into the top __init__ namespace.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Didn't catch that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants