.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5. .TH DIRTBIKE "1" "September 2021" "dirtbike 0.3-8" "User Commands" .SH NAME dirtbike \- dirtbike .SH DESCRIPTION usage: Turn OS packages into wheels [\-h] [\-d DIRECTORY] [\-\-py2] package .SS "positional arguments:" .TP package The name of the package to rewheel, as seen by Python (not your OS!). .SS "optional arguments:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-d\fR DIRECTORY, \fB\-\-directory\fR DIRECTORY Leave the new .whl file in the given directory. Otherwise the default is to use the current working directory. If DIRECTORY doesn't exist, it will be created. This overrides $DIRTBIKE_DIRECTORY .TP \fB\-\-py2\fR Use the python2 site\-packages directory to build the wheel .PP dirtbike also recognizes the environment variable $DIRTBIKE_DIRECTORY which if set, is used as the directory to put .whl files in. This is analogous to the \fB\-d\fR/\-\-directory option, although the command line switch takes precedence.