-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from tim-band/config-release-docs
Config release docs
- Loading branch information
Showing
29 changed files
with
809 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,28 @@ and notify when manual verification should be rerun due to changes in requiremen | |
|
||
## Installation | ||
|
||
### Using pipx | ||
|
||
Install the latest version from github: | ||
|
||
``` | ||
pipx install git+https://github.com/UCL-ARC/qw | ||
``` | ||
|
||
Install a particular version from github: | ||
|
||
``` | ||
pipx install git+https://github.com/UCL-ARC/[email protected] | ||
``` | ||
|
||
Install from the source code directory: | ||
|
||
``` | ||
pipx install . | ||
``` | ||
|
||
### Using venv | ||
|
||
The `qw` tool requires python 3.9 or greater, if your project is in python then we suggest adding it to the developer requirements. | ||
If not, you may want to create a virtual environment for your python, one option is the [venv](https://docs.python.org/3.9/library/venv.html) module. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.