We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562b3df commit 0187756Copy full SHA for 0187756
pkg/README.md
@@ -5,6 +5,10 @@ distribution using a virtual environment. When the installation
5
is complete, you will be able to run git2dot as a python package
6
from a local virtual environment.
7
8
+> This is not meant to be a guide to doing an official distribution.
9
+> To do that you will want to use wheels.
10
+> Please see http://pythonwheels.com/ for details.
11
+
12
It works by creating a setup.py distutils script that packages
13
the contents of a local git2dot package into a module in the
14
local virtual environment so that it can be run as follows:
0 commit comments