File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change 1111[ ![ Read The Docs] ( https://img.shields.io/readthedocs/lsdb-rubin )] ( https://lsdb-rubin.readthedocs.io/ )
1212
1313Suite 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 )
You can’t perform that action at this time.
0 commit comments