File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # <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 )
1+ # <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 )
22
33## Quick start
441 . Follow the steps to install the python package (see ` Installation of python package for developers ` or ` Installation of python package for users ` below)
@@ -15,7 +15,7 @@ bash run.sh
1515``` bash
1616conda create -c conda-forge --name bird python=3.10 paraview
1717conda activate bird
18- git clone https://github.com/NREL /BioReactorDesign.git
18+ git clone https://github.com/NatLabRockies /BioReactorDesign.git
1919cd BioReactorDesign
2020pip install -e .
2121```
@@ -38,7 +38,7 @@ We highly recommend that you specify the version explicitly as the library is st
3838
3939## Documentation
4040
41- See the [ nrel .github.io/BioReactorDesign] ( https://nrel .github.io/BioReactorDesign ) .
41+ See the [ natlabrockies .github.io/BioReactorDesign] ( https://natlabrockies .github.io/BioReactorDesign ) .
4242
4343
4444## References
Original file line number Diff line number Diff line change 2020 description = "Bio Reactor Design (BiRD): a toolbox to simulate and analyze different designs of bioreactors in OpenFOAM" ,
2121 long_description = readme ,
2222 long_description_content_type = "text/markdown" ,
23- url = "https://github.com/NREL /BioReactorDesign" ,
23+ url = "https://github.com/NatLabRockies /BioReactorDesign" ,
2424 author = "Malik Hassanaly" ,
2525 license = "BSD 3-Clause" ,
2626 package_dir = {"bird" : "bird" },
5050 ],
5151 },
5252 project_urls = {
53- "Documentation" : "https://nrel .github.io/BioReactorDesign/" ,
54- "Repository" : "https://github.com/NREL /BioReactorDesign" ,
53+ "Documentation" : "https://natlabrockies .github.io/BioReactorDesign/" ,
54+ "Repository" : "https://github.com/NatLabRockies /BioReactorDesign" ,
5555 },
5656 include_package_data = True ,
5757 python_requires = ">=3.10" ,
You can’t perform that action at this time.
0 commit comments