-
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.
create Installation section in README.md
- Loading branch information
1 parent
e2e194c
commit cb0b4f2
Showing
1 changed file
with
12 additions
and
1 deletion.
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 |
---|---|---|
@@ -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] | ||
``` |