From 908b089034da51c09240e19c3966dda5a61274b2 Mon Sep 17 00:00:00 2001 From: Griffin Chure Date: Thu, 15 Oct 2020 09:06:31 -0700 Subject: [PATCH] Added DOI badge and fixed a typo --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1c287a71..1e0ca6ba 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Fundamental Limits on the Rate of Bacterial Growth - +[![DOI](https://zenodo.org/badge/230800765.svg)](https://zenodo.org/badge/latestdoi/230800765) ## Branches This repository contains three branches -- `master`, `gh-pages`, and @@ -19,11 +19,7 @@ reproduce everything presented in this work. To run the code used in this work, you will need to install the `prot` module. `prot` is a custom Python package written specifically for this project and contains an array of functions used for everything from stylizing the plots to computing cell -volumes as a function of growth rate. The requirements can be installed by executing the folliwng command using `pip` in the command line: - -> pip install -r requirements.txt - -The software module itself can be installed locally by executing the command in the root directory, +volumes as a function of growth rate. The software module itself can be installed locally by executing the command in the root directory, > pip install -e ./