Skip to content

Question: How does the generation via script work? #425

Answered by sumpfork
Vortilion asked this question in Q&A
Discussion options

You must be logged in to vote

So technically, there are two different things here:

  1. You can do a pip install domdiv without checking out anything from github because I publish the domdiv package to the official Python PyPi index. If your python and pip set up correctly, your shell should find the dominion_dividers command after you do that.
  2. If you want to do development on the code, you should do a github checkout. Then, as @md5i says, doing a local install or a python setup.py develop or a pip install -e . (both of which install the package in a way that points to the checked out source so you can see changes at you edit the code) are the right thing.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@sumpfork
Comment options

@nickv2002
Comment options

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