From f29dbd06a6d2f0bfe0258557739ead351264ad89 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Mon, 30 Jan 2023 15:04:38 -0700 Subject: [PATCH] Astropy tutorial cloned from ASTRON --- README.md | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0a32e8b --- /dev/null +++ b/README.md @@ -0,0 +1,64 @@ +# Astropy tutorial +Astropy tutorial cloned from ASTRON. + + +# Installation +Install thusly, on Debian Bookworm (Testing). + +``` +sudo apt install python3-virtualenv python3-pip + +git clone https://spacecruft.org/spacecruft/astropytutorial +``` + + +# Setup +Setup thusly. + +``` +cd astropytutorial/ +virtualenv -p python3 env +source env/bin/activate +pip install --upgrade pip +pip install -r requirements.txt +deactivate +``` + + +# Usage +Use thusly. + +``` +cd astropytutorial/ +source env/bin/activate +jupyter lab +``` + +Then in browser go to URL presented. + + +# See Also + +ASTRON + +* https://www.astron.nl +* https://github.com/lofar-astron + + +# Upstream +Upstream license is GPLv3. + +Upstream repo: + +* https://github.com/lofar-astron/astropytutorial + +See also `README-upstream.md`. + + +# Copyright +Upstream sources under their respective copyrights. + +License: GPLv3. + +*Copyright © 2023, Jeff Moe.* +