Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <ins>Bi</ins>o <ins>R</ins>eactor <ins>D</ins>esign (BiRD) [![bird-CI](https://github.com/NREL/BioReactorDesign/actions/workflows/ci.yml/badge.svg)](https://github.com/NREL/BioReactorDesign/actions/workflows/ci.yml) [![bird-pyversion](https://img.shields.io/pypi/pyversions/NLR-bird.svg)](https://pypi.org/project/NLR-bird/) [![coverage](https://codecov.io/gh/NREL/BioReactorDesign/graph/badge.svg)](https://app.codecov.io/gh/nrel/bioreactordesign) [![bird-pypi](https://badge.fury.io/py/nlr-bird.svg)](https://badge.fury.io/py/nlr-bird)
# <ins>Bi</ins>o <ins>R</ins>eactor <ins>D</ins>esign (BiRD) [![bird-CI](https://github.com/NatLabRockies/BioReactorDesign/actions/workflows/ci.yml/badge.svg)](https://github.com/NatLabRockies/BioReactorDesign/actions/workflows/ci.yml) [![bird-pyversion](https://img.shields.io/pypi/pyversions/NLR-bird.svg)](https://pypi.org/project/NLR-bird/) [![coverage](https://codecov.io/gh/NREL/BioReactorDesign/graph/badge.svg)](https://app.codecov.io/gh/nrel/bioreactordesign) [![bird-pypi](https://badge.fury.io/py/nlr-bird.svg)](https://badge.fury.io/py/nlr-bird)

## Quick start
1. Follow the steps to install the python package (see `Installation of python package for developers` or `Installation of python package for users` below)
Expand All @@ -15,7 +15,7 @@ bash run.sh
```bash
conda create -c conda-forge --name bird python=3.10 paraview
conda activate bird
git clone https://github.com/NREL/BioReactorDesign.git
git clone https://github.com/NatLabRockies/BioReactorDesign.git
cd BioReactorDesign
pip install -e .
```
Expand All @@ -38,7 +38,7 @@ We highly recommend that you specify the version explicitly as the library is st

## Documentation

See the [nrel.github.io/BioReactorDesign](https://nrel.github.io/BioReactorDesign).
See the [natlabrockies.github.io/BioReactorDesign](https://natlabrockies.github.io/BioReactorDesign).


## References
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
description="Bio Reactor Design (BiRD): a toolbox to simulate and analyze different designs of bioreactors in OpenFOAM",
long_description=readme,
long_description_content_type="text/markdown",
url="https://github.com/NREL/BioReactorDesign",
url="https://github.com/NatLabRockies/BioReactorDesign",
author="Malik Hassanaly",
license="BSD 3-Clause",
package_dir={"bird": "bird"},
Expand Down Expand Up @@ -50,8 +50,8 @@
],
},
project_urls={
"Documentation": "https://nrel.github.io/BioReactorDesign/",
"Repository": "https://github.com/NREL/BioReactorDesign",
"Documentation": "https://natlabrockies.github.io/BioReactorDesign/",
"Repository": "https://github.com/NatLabRockies/BioReactorDesign",
},
include_package_data=True,
python_requires=">=3.10",
Expand Down
Loading