Skip to content

Commit

Permalink
foo:
Browse files Browse the repository at this point in the history
  • Loading branch information
andycasey committed Nov 14, 2024
1 parent 7185e86 commit be1b2b5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ Astra is the analysis framework for the Sloan Digital Sky Survey (SDSS-V) Milky
Way Mapper. The purpose of Astra is to manage the analysis of reduced data
products from SDSS and to streamline data releases.

Installation
------------

I recommend you use `uv` to create an environment for Astra. Download the repository and install from source:
```
git clone git@github.com:sdss/astra.git
cd astra
uv venv
source .venv/bin/activate
uv pip install -e .
```

Setup
-----
Expand Down

0 comments on commit be1b2b5

Please sign in to comment.