From e4cfff0ad6cf0f10d5cdd3692e938673c2e349be Mon Sep 17 00:00:00 2001 From: Paul-Edouard Sarlin Date: Sat, 27 Jan 2024 19:08:02 +0100 Subject: [PATCH] Update installation instructions --- README.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 66c7c9c..b9486a5 100644 --- a/README.md +++ b/README.md @@ -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