Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-possible authored Aug 7, 2023
1 parent 6a512ed commit 0a3dd2f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ Usage Instructions: https://swanseauniversitymedical.github.io/pyconceptlibraryc

## Installation Instructions

- Please open your terminal and make sure you have python installed. You can do so by running `pip --version`
- Please open your terminal and make sure you have Python installed. You can do so by running `pip --version`

- If you see an output something like `pip 23.2 from /opt/homebrew/lib/python3.11/site-packages/pip (python 3.11)` (It may differ for you, but you should see the last python version in parantheses), then you are good to go.
- If you see an output something like `pip 23.2 from /opt/homebrew/lib/python3.11/site-packages/pip (python 3.11)` (It may differ for you, but you should see the last python version in parentheses), then you are good to go.

- Now, in your terminal, please type: `pip install https://github.com/SwanseaUniversityMedical/pyconceptlibraryclient.git@alpha`
- Now, in your terminal, please type: `pip install git+https://github.com/SwanseaUniversityMedical/pyconceptlibraryclient.git`

- Now, in your terminal, please type just `python` or maybe `python3`.

- It should open python interpreter for you.
- It should open a Python interpreter for you.

- Now, you just have to type: `import pyconceptlibraryclient`

- Start following docs and use this API client.
- Start following docs and use this API client.

0 comments on commit 0a3dd2f

Please sign in to comment.