-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add pypi links * remove gitlab configuration * update documentation * update version numbers * added Cody * fix case * update documentation link
- Loading branch information
1 parent
3f2e7fc
commit 3c5c0a4
Showing
7 changed files
with
13 additions
and
90 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -224,30 +224,6 @@ You'll need to activate the environment **every time** you want to run BMDS Desk | |
|
||
With Python installed and a virtual environment created, you're ready to install BMDS Desktop and `pybmds`. You'll need to [activate your environment](activate-venv), and then install the packages using Python's package installer, [pip](https://pip.pypa.io/), which is included with Python. | ||
|
||
(internal-epa)= | ||
:::{admonition} NOTE - for internal EPA testing | ||
:class: tip | ||
|
||
This portion of the guide should be used as we develop pre-release versions. Recommended for EPA staff. Please check the FAQ below with any questions, or reach out to [Andy Shapiro](mailto:[email protected]) for any feedback. If anything is missing from the guide or anything is confusing, please let us know! This will be removed when we can officially release. | ||
|
||
--- | ||
|
||
While connected to the EPA VPN install the packages: | ||
|
||
```bash | ||
python -m pip install pybmds --index-url https://gitlab.epa.gov/api/v4/projects/1508/packages/pypi/simple | ||
python -m pip install bmds-ui --index-url https://gitlab.epa.gov/api/v4/projects/1508/packages/pypi/simple | ||
``` | ||
|
||
::: | ||
|
||
:::{admonition} NOTE - this will not work until we officially release! | ||
:class: caution | ||
|
||
The content below will not work until we are cleared for public release; please follow the [EPA installation guide](internal-epa). This message will be removed prior to official release. | ||
|
||
--- | ||
|
||
To install **BMDS Desktop**, which includes `pybmds`: | ||
|
||
```bash | ||
|
@@ -262,8 +238,6 @@ python -m pip install bmds-ui==24.1 | |
|
||
If no version is specified, `pip` will install the latest version. | ||
|
||
::: | ||
|
||
After installation, you're ready to use BMDS Desktop and `pybmds`. | ||
|
||
(desktop-shortcut)= | ||
|
@@ -502,32 +476,9 @@ To fix, [activate](activate-venv) your Python virtual environment after successf | |
After [activating your environment](activate-venv), you can upgrade to the latest version: | ||
:::{admonition} NOTE - this will not work until we officially release! | ||
:class: caution | ||
The content below will not work until we are cleared for public release; please follow the [EPA installation guide](internal-epa). This message will be removed prior to official release. | ||
--- | ||
```bash | ||
python -m pip install --upgrade bmds-ui | ||
``` | ||
::: | ||
|
||
:::{admonition} NOTE - for internal EPA testing | ||
:class: tip | ||
|
||
Use this guide instead until we are cleared for release. | ||
|
||
--- | ||
|
||
While connected to the EPA VPN, install the packages: | ||
|
||
```bash | ||
python -m pip install --upgrade bmds-ui --index-url https://gitlab.epa.gov/api/v4/projects/1508/packages/pypi/simple | ||
``` | ||
|
||
::: | ||
|
||
(multiple-versions)= | ||
### Installing Multiple Versions of BMDS Desktop | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,9 @@ | |
name = "pybmds" | ||
license = {text = "MIT License"} | ||
authors = [ | ||
{name = "BMDS development team"}, | ||
{name = "BMDS Development Team"}, | ||
{name = "Andy Shapiro", email = "[email protected]"}, | ||
{name = "Cody Simmons", email = "[email protected]"}, | ||
] | ||
readme = "README.md" | ||
description = "U.S. EPA Dose Response Modeling Software" | ||
|
@@ -29,6 +30,12 @@ dependencies = [ | |
"tqdm", | ||
] | ||
|
||
[project.urls] | ||
"Source" = "https://github.com/USEPA/BMDS" | ||
"Changes" = "https://github.com/USEPA/BMDS/blob/main/docs/source/history.md" | ||
"Issue Tracker" = "https://github.com/USEPA/BMDS/issues" | ||
"Documentation" = "https://usepa.github.io/BMDS/" | ||
|
||
[project.optional-dependencies] | ||
dev = [ | ||
"coverage~=7.6.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters