Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 501 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 501 Bytes

ParticleGraph

Graph network fitting particle trajectories

Setup

Run the following line from the terminal to create a new environment particle-graph:

conda env create -f environment.yaml

Activate the environment:

conda activate particle-graph

Install the package by executing the following command from the root of this directory:

pip install -e .

Then, you should be able to import all the modules from the package in python:

from ParticleGraph import *