NERSC / slurm-magic

IPython magic for SLURM.
Other
67 stars 15 forks source link

Installation instructions? #5

Closed neutrinonerd3333 closed 4 years ago

neutrinonerd3333 commented 4 years ago

Possibly a dumb question, but I can't find any installation instructions for this. Is it possible / can it be made possible to install this with pip or conda?

rcthomas commented 4 years ago

Have you tried e.g.

pip install --no-cache-dir git+https://github.com/NERSC/slurm-magic.git

? PRs fixing the docs or build system are welcome.

neutrinonerd3333 commented 4 years ago

I was able to install slurm-magic into a conda environment by including the following in an environment.yml file. I'd be happy to start a small "Installation" section in the readme in a PR.

  - pip:
    - git+https://github.com/NERSC/slurm-magic.git
neutrinonerd3333 commented 4 years ago

I just made a quick PR with some documentation updates, closing this issue!