fits2db installation guide
It is recommended to use a virtual environment when running this tool. Utilizing venv
or conda
ensures a clean and isolated environment, which is a best practice.
Install from PYPI
For Versions <= 0.0.3 fits2db can be installed from PYPI. Newer Versions must be installed from source
You can use pip to install this library
or for specific version useInstall from source
Clone this repo to your local machine. Once cloned navigate to the root
directory of this project and run in your python environment
With this the fits2db
lib should be installed. You can test if its properly installed by running the version command to check if you got the right version
Alternatively it can be installed from git with
For this method a localgit
client installation is required.
Happy coding