Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
monomonedula authored Jun 13, 2020
1 parent 9ae0bb5 commit 8c8f12d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

![Build Status](https://app.codeship.com/projects/8c4ecc90-8cbf-0138-fe57-46acb203fd15/status?branch=master)

[![Anaconda-Server Badge](https://anaconda.org/monomonedula/sten/badges/version.svg)](https://anaconda.org/monomonedula/sten)
[![Anaconda-Server Badge](https://anaconda.org/monomonedula/sten/badges/installer/conda.svg)](https://conda.anaconda.org/monomonedula)
[![Anaconda-Server Badge](https://anaconda.org/monomonedula/sten/badges/platforms.svg)](https://anaconda.org/monomonedula/sten)
# Simple topological embedding for nodes (STEN).

Deterministic graph algorithm for node embedding generation based on their closeness to each other
Expand All @@ -12,10 +14,7 @@ Please refer to the jupyter notebook in this repository for the exampples.

# Installation

`conda install -c monomonedula sten -c haasad`

This project uses [pypardiso][1] anaconda package for solving sparse linear equations, therefore `-c haasad` part is necessary.

`conda install -c monomonedula sten`


# The idea
Expand Down

0 comments on commit 8c8f12d

Please sign in to comment.