Skip to content

Commit

Permalink
Update README to reference pip installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Sep 21, 2024
1 parent 7f37e19 commit d0ce603
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ file formats include [glTF/glB](https://www.khronos.org/gltf/) and [USD](https:/

## Installation

This package is not (yet) listed on PyPI, so to install you'll need to clone this repository and install from source.
This package is pip-installable:

```
git clone https://github.com/Carifio24/glue-ar
cd glue-ar
pip install . # Use `pip install -e .` to install in editable mode
pip install glue-ar
```

Installation requires Node.js to be installed on your system, as we currently use JavaScript packages for performing
Expand Down

0 comments on commit d0ce603

Please sign in to comment.