Skip to content

Commit

Permalink
Fixed formatting of the code block
Browse files Browse the repository at this point in the history
  • Loading branch information
niemasd authored Apr 24, 2017
1 parent a90b2e2 commit b6fcd8d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ You have three options for installing PASTA.
* In some cases, your python installation might be in a location different from
where PASTA is hoping to find it. In these caes, you get the following error
message:
```PASTA has encoutered a fatal error, and will now terminate.
A Python runtime could not be located.
```
PASTA has encoutered a fatal error, and will now terminate.
A Python runtime could not be located.
You may need to install a framework build of Python,
or edit the PyRuntimeLocations array in this application's info.plist file.```.
or edit the PyRuntimeLocations array in this application's info.plist file.
```
If you get this message, make sure you have python 2.7 installed. Then, run
`python -c 'import sys; print sys.prefix'`. This will tell you where your python
is located. Now click on the PASTA app and select `Show Package Content`.
Expand Down

0 comments on commit b6fcd8d

Please sign in to comment.