https://github.com/materialsvirtuallab/materials.sh
materials.sh
https://github.com/materialsvirtuallab/materials.sh
anaconda anaconda-cloud materials-science
Last synced: 3 months ago
JSON representation
materials.sh
- Host: GitHub
- URL: https://github.com/materialsvirtuallab/materials.sh
- Owner: materialsvirtuallab
- License: bsd-3-clause
- Created: 2016-10-20T03:42:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-08T05:33:05.000Z (about 6 years ago)
- Last Synced: 2025-07-08T06:03:04.544Z (3 months ago)
- Topics: anaconda, anaconda-cloud, materials-science
- Language: Python
- Size: 676 KB
- Stars: 10
- Watchers: 10
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## materials.sh

[materials.sh](http://materials.sh) is a community initiative to build the world's most comprehensive collection of software for materials science.
The intent is to improve the accessibility of these tools to all researchers by enabling one-line installations of highly useful software packages without the need for compilation, etc. All packages are hosted on the [matsci channel on Anaconda Cloud](https://anaconda.org/matsci).
## Available packages
The packages available are constantly updated. You can check out the currently available packages on the [matsci channel on Anaconda Cloud](https://anaconda.org/matsci), or simply look at the conda-skeletons folder in this repo. This effort initially arose from the desire to make [Python Materials Genomics](http://www.pymatgen.org) and its associated dependencies a lot easier to install for users on all platforms. So these will always be available. Please note that not all packages are available for all OSes.
## Getting started
Detailed instructions are available on [materials.sh](http://materials.sh). After installing conda or Anaconda, you can install materials science software packages in materials.sh via the following command:
```bash
conda install --channel matsci
```where `--channel matsci` indicates to use the matsci channel.
If you believe you will be using the channel frequently, you can add it to the list of channels in your environment with the following command:
```bash
conda config --add channels matsci
```## Contributing
Contributions are always welcome. Feel free to fork this repo and add your proposed conda software recipes to the conda-skeletons folder. This repo is continuously integrated via [TravisCI](https://travis-ci.org/materialsvirtuallab/materials.sh) and [Appveyor](https://ci.appveyor.com/project/shyuep/materials-sh) to build all Linux, OSX and Windows versions, where compatible.
## Authors
This initiative is started by the [Materials Virtual Lab](http://materialsvirtuallab.org).