Skip to content

Commit

Permalink
Merge pull request #58 from Shimwell/updated_install_instructions
Browse files Browse the repository at this point in the history
Updated install instructions
  • Loading branch information
pshriwise authored Apr 15, 2021
2 parents 71524a3 + 6b734c8 commit 2bf35dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# push to the master branch occures. For more information see:
# https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries

name: Upload Python Package
name: Upload Test Python Package

on:
push:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![PyPI](https://img.shields.io/pypi/v/openmc-plotter?color=brightgreen&label=pypi&logo=grebrightgreenen&logoColor=green)](https://pypi.org/project/openmc-plotter/)

# OpenMC Plot Explorer

## Description
Expand All @@ -16,10 +18,9 @@ OpenMC, Matplotlib, NumPy, PySide2
This package is most easily installed by running

```console
pip install .
pip install openmc-plotter
```

from the top directory in the repository.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

kwargs = {
'name': 'openmc-plotter',
'version': '0.1.0',
'version': '0.1.1',
'packages': ['openmc_plotter'],
'package_data': {'openmc_plotter' : ['assets/*.png']},
'entry_points': {
Expand Down

0 comments on commit 2bf35dd

Please sign in to comment.