Skip to content

kosonocky/protein_code_for_Danny

Repository files navigation

Installation:

Linux Bash:
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

Cmd:
$ python3 -m venv venv
$ venv\Scripts\activate.bat
$ pip install -r requirements.txt

Git Bash:
$ python3 -m venv venv
$ source venv/Scripts/activate
$ pip install -r requirements.txt


Confirmed to run using cmd, Linux Bash, Git bash
NOTE:  Plots don't display if using wsl terminal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages