Skip to content

Commit dc3d1e3

Browse files
authored
Merge pull request #132 from lbr-stack/feature/roboreg-130/conda
2 parents 078e67d + efa6eff commit dc3d1e3

File tree

2 files changed

+3
-55
lines changed

2 files changed

+3
-55
lines changed

README.md

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Eye-to-hand calibration from RGB-D images using robot mesh as calibration target
2323
## Table of Contents
2424
- [Installation](#installation)
2525
- [Pip (Requires CUDA Toolkit Installation)](#pip-requires-cuda-toolkit-installation)
26-
- [Conda (Installs CUDA Toolkit)](#conda-installs-cuda-toolkit)
2726
- [Docker (Comes with CUDA Toolkit)](#docker-comes-with-cuda-toolkit)
2827
- [Command Line Interface](#command-line-interface)
2928
- [Segment](#segment)
@@ -35,44 +34,20 @@ Eye-to-hand calibration from RGB-D images using robot mesh as calibration target
3534
- [Testing](#testing)
3635

3736
## Installation
38-
Three install options are provided:
37+
Two install options are provided:
3938
- [Pip (Requires CUDA Toolkit Installation)](#pip-requires-cuda-toolkit-installation)
40-
- [Conda (Installs CUDA Toolkit)](#conda-installs-cuda-toolkit)
4139
- [Docker (Comes with CUDA Toolkit)](#docker-comes-with-cuda-toolkit)
4240

4341
### Pip (Requires CUDA Toolkit Installation)
4442
> [!NOTE]
45-
> During runtime, CUDA Toolkit is required for the differentiable rendering. If you are planning to do differentiable rendering, see [CUDA Toolkit Install Instructions](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/). Alternatively, install using `conda`, see [Conda (Installs CUDA Toolkit)](#conda-installs-cuda-toolkit).
43+
> During runtime, CUDA Toolkit is required for the differentiable rendering. If you are planning to do differentiable rendering, see [CUDA Toolkit Install Instructions](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/).
4644
4745
To `pip` intall `roboreg`, simply run
4846

4947
```shell
50-
pip3 install roboreg
48+
pip install roboreg
5149
```
5250

53-
### Conda (Installs CUDA Toolkit)
54-
To install `roboreg` within an [Anaconda](https://www.anaconda.com/) environment (ideally [Miniconda](https://docs.anaconda.com/miniconda/), or even better, [Mamba](https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html)), do the following:
55-
56-
1. Create an environment
57-
58-
```shell
59-
conda create -n rr-0.4.6 python=3.10
60-
```
61-
62-
2. Clone this repository and install dependencies
63-
64-
```shell
65-
git clone git@github.com:lbr-stack/roboreg.git
66-
mamba env update -f roboreg/env.yaml # if Anaconda or Miniconda was used, do 'conda env update -f env.yaml'
67-
```
68-
69-
3. Install `roboreg`
70-
71-
```shell
72-
mamba activate rr-0.4.6 # can also use 'conda activate rr-0.4.6' in either case
73-
pip3 install roboreg/
74-
```
75-
7651
### Docker (Comes with CUDA Toolkit)
7752
A sample Docker container is provided for testing purposes. First:
7853

env.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)