Skip to content

lsorgi/GraphManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphManager

Installation

  1. Download Anaconda.

  2. Create a new environment:

    conda create -n [ENV_NAME] python=3.7
    conda activate [ENV_NAME]
    
  3. Install GraphManager

    cd ~
    git clone https://github.com/lsorgi/GraphManager.git
    cd GraphManager
    pip install -e .
    

Run tests

cd ~/GraphManager
pytest ./test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages