# stvid Fork/clone of cbassa's `stvid`. # Installation Debian. Install package dependencies: ``` sudo apt install python3-virtualenv python3-pip python3-dev \ source-extractor astrometry.net ``` ``` git clone https://spacecruft.org/spacecruft/stvid # Or use upstream: git clone https://github.com/cbassa/stvid ``` Optionally, set up python virtual environment: ``` cd stvid virtualenv -p python3 env source env/bin/activate pip install --upgrade pip ``` Install dependencies with ``` pip install -r requirements.txt ``` Debian in bug #941466 changed the name of the `sextractor` dependency to `source-extractor`, so a symlink is needed for now: ``` sudo ln -s /usr/bin/source-extractor /usr/local/bin/sextractor ``` # Usage Enter `virtualenv`, if used: ``` cd stvid/ source env/bin/activate ``` # Upstream See `README-upstream.md`. `stvid`: * https://github.com/cbassa/stvid # License Same as upstream license, GPLv3. *Copyright (C) 2022, Jeff Moe*