Skip to content

Commit a5f994f

Browse files
committed
update v0.7.2
1 parent 2070c9d commit a5f994f

File tree

3 files changed

+26
-5
lines changed

3 files changed

+26
-5
lines changed

README.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,41 @@
1-
# Anki Vector - Python SDK
1+
# Vector - Python SDK
2+
3+
This is a fork of the original Anki Vector Python SDK.
4+
Since Anki is down and no longer supporting the SDK and the new owner [DDL](https://www.digitaldreamlabs.com/) is more likely working on firmware updates at the moment,
5+
I just started this fork as an unofficial version to keep things running for now.
26

37
![Vector](docs/source/images/vector-sdk-alpha.jpg)
48

59
Learn more about Vector: https://www.anki.com/en-us/vector
610

7-
Learn more about the SDK: https://developer.anki.com/
11+
Learn more about how Vector works: [Vector Bible](https://github.com/GooeyChickenman/victor/blob/master/documentation/Vector-TRM.pdf)
812

9-
SDK documentation: https://developer.anki.com/vector/docs/index.html
13+
SDK documentation: https://vector.ikkez.de/
1014

1115
Forums: https://forums.anki.com/
1216

17+
Discord: https://discord.gg/ue6v2Z
18+
1319

1420
## Getting Started
1521

1622
You can follow steps [here](https://developer.anki.com/vector/docs/index.html) to set up your Vector robot with the SDK.
1723

24+
To install his SDK fork run:
25+
26+
```
27+
pip uninstall anki_vector
28+
pip install ikkez_vector
29+
```
30+
31+
Upgrade with
32+
```
33+
pip install ikkez_vector --upgrade
34+
```
35+
36+
### Changelog
37+
38+
To see all changes and updates being made to the SDK, please go to [Releases](https://github.com/ikkez/vector-python-sdk/releases)
1839

1940
## Privacy Policy and Terms and Conditions
2041

anki_vector/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.7.1"
15+
__version__ = "0.7.2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def get_requirements():
5757
version=VERSION,
5858
description="The Vector SDK is a connected vision- and character-based robotics platform for everyone.",
5959
long_description=__doc__,
60-
url='https://developer.anki.com',
60+
url='https://github.com/ikkez/vector-python-sdk',
6161
author='Anki, Inc',
6262
author_email='developer@anki.com',
6363
license='Apache License, Version 2.0',

0 commit comments

Comments
 (0)