Skip to content

Commit

Permalink
add instructions to install from pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwlambert authored Aug 26, 2021
1 parent a35b893 commit 78769f3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ git clone --recursive [email protected]:mihaidusmanu/pycolmap.git
```

## Unix
COLMAP should be installed as a library before proceeding. Please refer to the official website for installation instructions. PyCOLMAP can be installed using `pip`:
**Preferred:** `pycolmap` is now available for Python 3.7 and Python 3.8 via [pypi](https://pypi.org/project/pycolmap/0.0.1/):
```bash
pip install pycolmap
```
These wheels were built using John Lambert's wheel-builder [here](https://github.com/johnwlambert/pycolmap-wheels).

If you instead prefer to build the wheels from source, COLMAP should be installed as a library before proceeding. Please refer to the official website for installation instructions. PyCOLMAP can then be installed using `pip`:
```
pip install ./
```
Expand Down

0 comments on commit 78769f3

Please sign in to comment.