Skip to content

Commit

Permalink
create Installation section in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
true-real-michael committed Nov 4, 2023
1 parent e2e194c commit cb0b4f2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
# OcTree Library
# OcTree Library

## Installation
To install the latest version of the library, run
```shell
pip install git+https://github.com/true-real-michael/octreelib
```

To install a specific version, use **tags**, for example tag `v0.0.1-alpha`
```shell
pip install git+https://github.com/true-real-michael/[email protected]
```

0 comments on commit cb0b4f2

Please sign in to comment.