Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Will-Cooper authored Sep 22, 2021
1 parent a83ae80 commit 53ce6f5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Targetlist Generator

## Installation
Ensure dependencies are correct, see `requirements.txt`; best course of action is to use conda:
```bash
conda create --name targetlist --file requirements.txt
conda activate targetlist
```
Then clone or fork this repo:
```bash
git clone https://github.com/Will-Cooper/targetlist-generator.git
cd targetlist-generator/
```

## Running
A script to automatically cut target lists into RA and DEC limits, where RA can be calculated just off sunset/ sunrise times (in UTC!) if desired.
Run in terminal with
```bash
Expand Down

0 comments on commit 53ce6f5

Please sign in to comment.