Skip to content

Commit c03e17b

Browse files
committed
update readme
1 parent 3d65a1f commit c03e17b

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to the "robotcode" extension will be documented in this file
44

55
## [Unreleased]
66

7+
- update readme
8+
79
## 0.2.5
810

911
### added

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,16 @@ Extensions installed through the marketplace are subject to the [Marketplace Ter
2727
## Setting up your environment
2828

2929
TODO
30+
31+
### Speedup things
32+
33+
RobotCode contains everything you need to work with the robot framework in VSCode, but only in a platform-independent version.
34+
To speedup things you can install the platform dependent versions of the following libraries in your python environment. If you use pipenv or poetry you should install it as dev dependencies.
35+
36+
- pydantic
37+
- will install the cython compiled packages
38+
- orjson
39+
- a faster Python JSON library
40+
41+
42+

0 commit comments

Comments
 (0)