We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
We have adopted the workflow from developers from astropy developer workflow.
1. Create a fork. This is done by clicking on the fork button on the saltastro/pysalt page 2. Clone into your workspace
git clone git@github.com:your-user-name/pysalt.git cd pysalt
3. Add the original repository upstream for keeping your version up to date.
git remote add upstream git@github.com:saltastro/pysalt.git
To update your code from the original repository run:
git fetch upstream
Please follow the workflow on astropy developer workflow
There was an error while loading. Please reload this page.