diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2017-03-07 09:31:15 -0800 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2017-03-31 13:40:41 -0700 |
commit | a8bcc23fe7138a35c902e41f983408de6dbc874d (patch) | |
tree | a1277dd2c5bee3d4cbb45b4714132409f6e80073 /README.md | |
parent | 3f21f2b08810b39a17db85cca095b67efc4a249d (diff) | |
download | spack-a8bcc23fe7138a35c902e41f983408de6dbc874d.tar.gz spack-a8bcc23fe7138a35c902e41f983408de6dbc874d.tar.bz2 spack-a8bcc23fe7138a35c902e41f983408de6dbc874d.tar.xz spack-a8bcc23fe7138a35c902e41f983408de6dbc874d.zip |
Spack works with Python 3
- Update version guard in spack script to allow python 3
- Update min required version in the docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -23,7 +23,8 @@ See the [Feature Overview](http://spack.readthedocs.io/en/latest/features.html) for examples and highlights. -To install spack and install your first package: +To install spack and install your first package, make sure you have +Python (2 or 3). Then: $ git clone https://github.com/llnl/spack.git $ cd spack/bin |