Skip to content

Commit 0555018

Browse files
committed
Merge branch 'main' into feature/add-starting-materials-support
2 parents dec640b + 19a7f56 commit 0555018

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@
77
```
88
pip install git+https://github.com/molecule-one/m1wrapper-python
99
```
10-
NOTE: make sure to install package to the intended python environment.
11-
1210
### Initialization:
1311
```py
1412
from m1wrapper import MoleculeOneWrapper
15-
m1wrapper = MoleculeOneWrapper(token)
13+
m1wrapper = MoleculeOneWrapper(api_token, 'https://app.molecule.one')
1614
```
17-
- *token*: API token you'll need to authorize in our system. You can get
15+
- *api_token*: API token you'll need to authorize in our system. You can get
1816
generate yours at https://app.molecule.one/dashboard/user/api-tokens
19-
- *baseUrl* (optional): URI of the batch scoring service. Defaults to Molecule One's public
17+
- *api_base_url* (optional): URI of the batch scoring service. Defaults to Molecule One's public
2018
server, but you will need to provide custom value if you're using a dedicated solution.
2119

2220
### Running batch scoring request:

0 commit comments

Comments
 (0)