Dev ... getting started #3774
Unanswered
incoggnito
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I already forked the repository and installed poetry to a new venv.
Just tried to run the
application.py
, but i guess there is a lot to understand first.What is the fastest way to install a package in the ipython console.
I would then use the debugger.
Search for a command like this, for
poetry add pandas
:runfile("poetry/poetry.py", args=["add", "pandas"])
Beta Was this translation helpful? Give feedback.
All reactions