Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Morisset committed Feb 23, 2016
1 parent 23af683 commit 754bb66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# pySSN

pySSN is better running with Qt4. Once installed, you can call it from cammand line:
pySSN is better running with Qt4. Once installed, you can call it from command line:

`pySSN [-f s6302_n_c_init.py]`

The init fileis optional. If not given, the program will first ask you for one.
The init file is optional. If not given, the program will first ask you for one.

You can also call pySSN from with a python session:
You can also call pySSN from within a python session:

`from pyssn.qt.pyssn_qt import main_loc`
`sp = main_loc('./s6302_n_c_init.py')`
Expand All @@ -18,7 +18,7 @@ If you don't have Qt4 installed, you can still call pySSN with an init file (man

`pySSN -f s6302_n_c_init.py`

And you can also call it from pithon session:
And you can also call it from python session:

`from pyssn.core.spectrum import main_loc`

Expand Down

0 comments on commit 754bb66

Please sign in to comment.