Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit d26932e

Browse files
Merge branch 'main' of github.com:OpenRobot-Packages/API-Wrapper into main
2 parents 5c41b28 + 36a76b5 commit d26932e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ Examples for both sync and async can be found in the examples directory.
66

77
# How to install:
88
```sh
9-
$ pip install git+https://github.com/OpenRobot-Packages/API-Wrapper
9+
$ pip install git+https://github.com/OpenRobot-Packages/Python-API-Wrapper
1010
```
1111
Note: This might be different from yours.
1212

13-
If that does not work, maybe take a look at https://github.com/OpenRobot-Packages/OpenRobot-Packages/blob/main/README.md#i-failed-to-install-a-openrobot-packages-repo-what-should-i-do
14-
If it still does not work, feel free to make an Issue in https://github.com/OpenRobot-Packages/API-Wrapper
13+
If that does not work, maybe take a look at https://github.com/OpenRobot-Packages/Python-OpenRobot-Packages/blob/main/README.md#i-failed-to-install-a-openrobot-packages-repo-what-should-i-do
14+
If it still does not work, feel free to make an Issue in https://github.com/OpenRobot-Packages/Python-API-Wrapper
1515

1616
# License:
1717
MIT

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ packages = [
1010

1111
[tool.poetry.dependencies]
1212
python = "^3.5"
13-
"OpenRobot-Packages" = { git = "https://github.com/OpenRobot-Packages/OpenRobot-Packages.git", branch = "main" }
13+
"OpenRobot-Packages" = { git = "https://github.com/OpenRobot-Packages/Python-OpenRobot-Packages.git", branch = "main" }
1414
"aiohttp" = ">=3.7.4"
1515
"requests" = ">=2.25.1"
1616

1717
[tool.poetry.dev-dependencies]
1818

1919
[build-system]
2020
requires = ["poetry-core>=1.0.0"]
21-
build-backend = "poetry.core.masonry.api"
21+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)