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 bf29a0a commit 418cff4Copy full SHA for 418cff4
docs/inflator/installation.md
@@ -4,6 +4,15 @@ You can install the inflator using pipx.
4
5
`pipx install inflator`
6
7
+??? Info
8
+
9
+ If you want to install the bleeding-edge version (straight from source):
10
+ 1. `git clone https://github.com/inflated-goboscript/inflator`
11
+ 2. `cd inflator`
12
+ 3. `pip install -e .`
13
14
+ If you want to update it, just run `git pull`
15
16
You can now access the `inflate` command.
17
Verify that `inflate -h` shows a help menu like this:
18
0 commit comments