Skip to content

Commit

Permalink
Updated documentation for v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
e3prom committed Feb 27, 2023
1 parent 2b30bb6 commit 9d4a547
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Open up a terminal and install Kryptoxin using pip:
``` sh
pip install kryptoxin
```
=== "0.9.3"
=== "0.9.4"

``` sh
pip install kryptoxin==0.9.3
pip install kryptoxin==0.9.4
```

The above commands will automatically install all the required dependencies.
Expand All @@ -33,11 +33,11 @@ First make sure you have `git` installed. Fetch the source code from the officia
python setup.py install
```

=== "0.9.3"
=== "0.9.4"

``` sh
git clone https://github.com/e3prom/kryptoxin
cd kryptoxin
git checkout tags/0.9.3
git checkout tags/0.9.4
python setup.py install
```

0 comments on commit 9d4a547

Please sign in to comment.