Skip to content

Commit a359dff

Browse files
committed
Update README.md for Installing DB ESDK
1 parent 8bef702 commit a359dff

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

db-esdk-performance-testing/benchmarks/python/COMPREHENSIVE_PROFILING_GUIDE.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,16 @@ pip install poetry
3333

3434
### Install Dependencies
3535

36+
### Compile DB-ESDK Python
37+
38+
```bash
39+
cd DynamoDbEncryption
40+
make setup_python && make transpile_python
41+
cd ../db-esdk-performance-testing/benchmarks/python/
42+
```
43+
### Install Benchmark framework
3644
```bash
37-
# Install all dependencies including dev dependencies
45+
poetry lock
3846
poetry install
3947
```
4048

db-esdk-performance-testing/benchmarks/python/README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,17 @@ pip install poetry
3131

3232
### Install Dependencies
3333

34+
### Compile DB-ESDK Python
35+
36+
```bash
37+
cd DynamoDbEncryption
38+
make setup_python && make transpile_python
39+
cd ../db-esdk-performance-testing/benchmarks/python/
40+
```
41+
### Install Benchmark framework
3442
```bash
35-
# Install all dependencies including dev dependencies
43+
poetry lock
3644
poetry install
37-
38-
# Install only production dependencies
39-
poetry install --no-dev
4045
```
4146

4247
## Running Benchmarks

0 commit comments

Comments
 (0)