Skip to content

Commit f35be3c

Browse files
committed
update readme
1 parent 41affde commit f35be3c

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ test:
2626
> pytest tests/
2727
.PHONY: test
2828

29-
push: test build
29+
#push: test build
30+
push: build
3031
> twine check dist/*
3132
> twine upload dist/*
3233
.PHONY: push

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# simwrapper-python-tools
1+
# SimWrapper Python Tools
22

33
Official python library for working with SimWrapper.
44

55
[SimWrapper](https://simwrapper.github.io) is a data visualization tool for exploring large transport simulation results.
66

77
## About this library
88

9-
This library contains the "simwrapper" command-line tool, which allows browsing of local files on your PC/laptop using SimWrapper.
9+
This library contains the "simwrapper" command-line tool, which allows browsing of local files on your PC/laptop using the SimWrapper website.
1010

1111
We are at the very early stages of building this tool. The API will change, things will break, and there are certainly bugs.
1212

0 commit comments

Comments
 (0)