Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
wd15 committed Jul 27, 2017
2 parents 2b399b3 + 137d3cc commit 2e7e38c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Installation

PyMKS is a pure Python package and is fully tested in both Python 2
and 3.
and 3 and on Windows, Mac OSX and Linux.

## Conda

[Conda][conda] is the easiest way to install PyMKS. To install use

$ conda install -c pymks pymks
$ conda install -c conda-forge pymks

This will install all the requirements necessary to use PyMKS.

Expand Down
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,31 @@ alt="Travis CI">
</a>
</p>

<p align="center">
<a href="https://circleci.com/gh/conda-forge/pymks-feedstock" target="_blank">
<img src="https://circleci.com/gh/conda-forge/pymks-feedstock.svg?style=shield"
alt="Circle CI">
</a>
<a href="https://travis-ci.org/conda-forge/pymks-feedstock" target="_blank">
<img src="https://travis-ci.org/conda-forge/pymks-feedstock.svg?branch=master"
alt="Travis CI">
</a>
<a href="https://ci.appveyor.com/project/conda-forge/pymks-feedstock/branch/master">
<img src="https://ci.appveyor.com/api/projects/status/github/conda-forge/pymks-feedstock?svg=True" alt="AppVeyor" height="18">
</a>
</p>

<p align="center">
<a href="https://anaconda.org/conda-forge/pymks" target="_blank">
<img src="https://anaconda.org/conda-forge/pymks/badges/version.svg"
alt="Anaconda-Server Badge">
</a>
<a href="https://anaconda.org/conda-forge/pymks" target="_blank">
<img src="https://anaconda.org/conda-forge/pymks/badges/downloads.svg"
alt="Anaconda-Server Badge">
</a>
</p>

## MKS

The Materials Knowledge Systems (MKS) is a novel data science approach
Expand Down

0 comments on commit 2e7e38c

Please sign in to comment.