Skip to content
/ EClab Public

Codebase for reading EClab Biologic files and making plots

Notifications You must be signed in to change notification settings

Atuxen/EClab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick setup in Google colab

Explore and test this project directly in Google Colab with no setup required: Open in Colab

Local install with Python

Home brew (for installing python if you do not have already)

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Python

brew install python

Clone repo

Clone the repository to your local folder:

git clone https://github.com/Atuxen/EClab.git
cd EClab

Install libs and activate VE

Setup virtual environemnt and activate virtual environemnt

python3 -m venv .venv
source .venv/bin/activate

Install packages in pyproject

pip install .

About

Codebase for reading EClab Biologic files and making plots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published