Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe committed Jan 27, 2024
1 parent acec3d0 commit e4cfff0
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,14 @@ This repository provides minimal Python bindings for the [Ceres Solver](http://c

## Installation

1. Clone the repository and its submodule by running:
1. Install [COLMAP 3.9.1](https://colmap.github.io/)

```sh
git clone --recursive git@github.com:cvg/pyceres.git
cd pyceres
```

2. Install [COLMAP 3.9.1](https://colmap.github.io/)

3. Build the package:
2. Clone the repository and build the package:

```sh
pip install -e .
git clone https://github.com/cvg/pyceres.git
cd pyceres
python -m pip install .
```

### Docker image
Expand Down

0 comments on commit e4cfff0

Please sign in to comment.