You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The original *StoG* program has been developed, in reverse chronological order,
23
23
* Matthew Tucker and Martin Dove (~2009)
24
24
* Spencer Howells (~1989)
25
25
* Jack Carpenter (prior to 1989)
26
-
26
+
27
27
A current state of the **StoG** program is kept in the `fortran` directory of this package.
28
28
29
29
This project was initially just a "sandbox" for taking the capabilities of **StoG** and migrating them over to the [Mantid Framework](https://github.com/mantidproject/mantid).
@@ -40,7 +40,7 @@ And [conda](https://docs.conda.io/en/latest/):
40
40
41
41
## Getting started
42
42
43
-
Once installed, you can access the packages classes that perform the function manipulation.
43
+
Once installed, you can access the packages classes that perform the function manipulation.
44
44
45
45
```python
46
46
import pystog
@@ -115,7 +115,7 @@ or with pipenv:
115
115
116
116
Using tox for all stages of testing (all python versions and linting), just run:
117
117
`tox`
118
-
NOTE: You must have the version of python installed to run a test suite against that verion via tox.
118
+
NOTE: You must have the version of python installed to run a test suite against that version via tox.
119
119
Recommended way to install python versions is `pyenv`
0 commit comments