Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuSetty authored Aug 22, 2018
1 parent 0a813d9 commit ac5f7bc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ Harmony is a unified framework for data visualization, analysis and interpretati

#### Installation and dependencies
1. Harmony has been implemented in Python3 and can be installed using:

```
$> git clone git://github.com/dpeerlab/Palantir.git
$> cd Palantir
$> sudo -H pip3 install .
$> cd ../
$> git clone git://github.com/dpeerlab/Harmony.git
$> cd Harmony
$> sudo -H pip3 install .
$> cd ../
$> git clone git://github.com/dpeerlab/Palantir.git
$> cd Palantir
$> sudo -H pip3 install .
```
2. Harmony depends on a number of `python3` packages available on pypi and these dependencies are listed in `setup.py`
All the dependencies will be automatically installed using the above commands

Expand Down

0 comments on commit ac5f7bc

Please sign in to comment.