Skip to content

Commit 01ec948

Browse files
committed
deprecate conda
1 parent 078e67d commit 01ec948

File tree

2 files changed

+1
-52
lines changed

2 files changed

+1
-52
lines changed

README.md

Lines changed: 1 addition & 25 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)
@@ -47,32 +46,9 @@ Three install options are provided:
4746
To `pip` intall `roboreg`, simply run
4847

4948
```shell
50-
pip3 install roboreg
49+
pip install roboreg
5150
```
5251

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-
7652
### Docker (Comes with CUDA Toolkit)
7753
A sample Docker container is provided for testing purposes. First:
7854

env.yaml

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

0 commit comments

Comments
 (0)