We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115b423 commit ba4cf13Copy full SHA for ba4cf13
README.md
@@ -4,6 +4,17 @@
4
5
`locatorator` will display the changes on-screen, as well as output a new marker list that can be imported into the new sequence to call out changes.
6
7
-Updated documentation coming soon.
+## Installation
8
+Gently clone this repo, then install:
9
+
10
+```bash
11
+pip3 install .
12
+```
13
14
+## Usage
15
+Once installed, two commands will be available to you:
16
17
+*`locatorator` - The GUI-based program
18
+*`locatorator_cli` - The command-line version of the program
19
20

0 commit comments