Skip to content

Commit

Permalink
Update the README with the latest infos
Browse files Browse the repository at this point in the history
  • Loading branch information
peloton committed Jul 25, 2017
1 parent 98fda19 commit 483c634
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM python:2.7

MAINTAINER Julien Peloton <[email protected]>

WORKDIR /usr/src/app

## Install vim, MPI, and fortran compiler
Expand Down
16 changes: 15 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,21 @@ Then run the test suite and the coverage:

It should print the actual coverage of the test suite, and exit with no errors.

Coming soon: dockerfile :-)
Installation using Docker
===============
Alternatively if you do not want install the package on your computer,
we provide a docker image for s4cmb with always the latest version. Install
docker on your computer, and pull the image:

::

docker pull julienpeloton/s4cmb:latest

Then create a new container and run an interactive session by just running

::

docker run -i -t julienpeloton/s4cmb:latest bash

Quick examples
===============
Expand Down

0 comments on commit 483c634

Please sign in to comment.