Skip to content

agb32/pax-hpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pax-hpc

PAX HPC

test locally

install micromamba

install micromamba https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html or any other conda/python env

clone the repo

git clone [email protected]:pax-hpc/pax-hpc.git
cd pax-hpc

create environment

micromamba create -n pax-hpc
micromamba activate pax-hpc
micromamba install python  -c conda-forge

python3 -m pip install -r docs/requirements.txt

build the thing locally

sphinx-build docs build

open in the browser or some local server

do your work

git checkout -b mycoolbranch

do you changes add them to git with git add

push the changes

git commit -m "my cool changes"

git push -u origin mycoolbranch

do a pull request to the main branch with your changes.

important

This assumes you already added an ssh key to your github profile...

About

PAX HPC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •