skutil icon indicating copy to clipboard operation
skutil copied to clipboard

Make pip installable

Open charlesdrotar opened this issue 8 years ago • 0 comments

Added functionality to make package pip-installable. Doing this in pypi has raised some concerns about the ordering of the install that made it difficult to account for. You can however install using the following command:

git clone https://github.com/tgsmith61591/skutil.git && cd skutil && git checkout remotes/origin/make-pip-installable && pip install -e . && cd ..

I will continue trying to address the ordering, but the above command should work.

charlesdrotar avatar Jan 31 '17 08:01 charlesdrotar