Skip to content

Commit d6bac7a

Browse files
authored
Update README.md
1 parent 72ce8f8 commit d6bac7a

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

README.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -11,32 +11,3 @@
1111
[![Read The Docs](https://img.shields.io/readthedocs/lsdb-rubin)](https://lsdb-rubin.readthedocs.io/)
1212

1313
Suite of utilities for interacting with Rubin LSST data within LSDB.
14-
15-
Note that this package depends on [LSST skymap](https://github.com/lsst/skymap), which is a part of the LSST stack.
16-
17-
18-
## Dev Guide - Getting Started
19-
20-
Before installing any dependencies or writing code, it's a great idea to create a
21-
virtual environment. LINCC-Frameworks engineers primarily use `conda` to manage virtual
22-
environments. If you have conda installed locally, you can run the following to
23-
create and activate a new environment.
24-
25-
```
26-
>> conda create -n <env_name> python=3.11
27-
>> conda activate <env_name>
28-
```
29-
30-
Once you have created a new environment, you can install this project for local
31-
development using the following commands:
32-
33-
```
34-
>> ./.setup_dev.sh
35-
>> conda install pandoc
36-
```
37-
38-
Notes:
39-
1. `./.setup_dev.sh` will initialize pre-commit for this local repository, so
40-
that a set of tests will be run prior to completing a local commit. For more
41-
information, see the Python Project Template documentation on
42-
[pre-commit](https://lincc-ppt.readthedocs.io/en/latest/practices/precommit.html)

0 commit comments

Comments
 (0)