Skip to content

Use the library locally without pip! #52

Answered by rkhamilton
luisarandas asked this question in Q&A
Discussion options

You must be logged in to vote

If you want to do development and edit the library (knock yourself out!) it's easy to do. Run the setup scripts, but instead of using pip to install it, you will clone it locally (copies the library to your computer within your current working directory), and then run setup in develop mode. Then it's available to use anywhere, but you have the files in front of you. And in develop mode, any changes you make in front of you are reflected throughout your system. This is how I work on my own PC as I develop the library. I just wanted an installable package for people who want to just make art, and not tinker.

To do this, run the setup script, except for the pip installing the library. Replac…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@luisarandas
Comment options

Comment options

You must be logged in to vote
1 reply
@luisarandas
Comment options

Answer selected by rkhamilton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants