Skip to content

Commit 3db8295

Browse files
author
mbarber
committed
renamed
1 parent 8c102a0 commit 3db8295

File tree

97 files changed

+770
-761
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+770
-761
lines changed

.github/workflows/s3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Sphinx
2121
run: |
2222
python -m pip install --upgrade pip
23-
pip install sphinx recommonmark sphinx_markdown_tables sphinx_markdown_builder nbsphinx
23+
pip install sphinx recommonmark sphinx_markdown_tables sphinx_markdown_builder nbsphinx sphinx-rtd-theme
2424
2525
- name: Build HTML with Sphinx
2626
run: |

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Python interface for the OpenProtein.AI REST API.
99
You can install with pip:
1010

1111
```
12-
pip install openprotein_python
12+
pip install openprotein
1313
```
1414
## Getting started
1515

1616
First, create a session using your login credentials.
1717
```
18-
import openprotein_python
18+
import openprotein
1919
session = openprotein.connect(USERNAME, PASSWORD)
2020
```
2121

-539 Bytes
Binary file not shown.
-735 Bytes
Binary file not shown.
-58 Bytes
Binary file not shown.
-44 Bytes
Binary file not shown.
-44 Bytes
Binary file not shown.
-511 Bytes
Binary file not shown.
-1.91 KB
Binary file not shown.
-6.51 KB
Binary file not shown.

0 commit comments

Comments
 (0)