Skip to content

Commit 2bf35dd

Browse files
authored
Merge pull request #58 from Shimwell/updated_install_instructions
Updated install instructions
2 parents 71524a3 + 6b734c8 commit 2bf35dd

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/python-publish-testpypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# push to the master branch occures. For more information see:
44
# https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
55

6-
name: Upload Python Package
6+
name: Upload Test Python Package
77

88
on:
99
push:

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![PyPI](https://img.shields.io/pypi/v/openmc-plotter?color=brightgreen&label=pypi&logo=grebrightgreenen&logoColor=green)](https://pypi.org/project/openmc-plotter/)
2+
13
# OpenMC Plot Explorer
24

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

1820
```console
19-
pip install .
21+
pip install openmc-plotter
2022
```
2123

22-
from the top directory in the repository.
2324

2425
## Usage
2526

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
kwargs = {
44
'name': 'openmc-plotter',
5-
'version': '0.1.0',
5+
'version': '0.1.1',
66
'packages': ['openmc_plotter'],
77
'package_data': {'openmc_plotter' : ['assets/*.png']},
88
'entry_points': {

0 commit comments

Comments
 (0)