Skip to content

Commit 1fe3d92

Browse files
committed
Remove deprecated instructions for installing dependencies
1 parent 4002a8a commit 1fe3d92

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can build the JAR with both Maven and SBT.
3838

3939
:warning: When using SBT, change the path of the JAR file in the instructions provided in the README (`target/ldbc_snb_datagen_${PLATFORM_VERSION}-${DATAGEN_VERSION}.jar` -> `./target/scala-2.11/ldbc_snb_datagen-assembly-${DATAGEN_VERSION}.jar`).
4040

41-
### Install tools
41+
### Install Python tools
4242

4343
Some of the build utilities are written in Python. To use them, you have to create a Python virtual environment
4444
and install the dependencies.

tools/emr/README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,8 @@ In AWS IAM, add the following roles with **Create Role** | **AWS service** | **E
2424

2525
## Install the required libraries
2626

27-
Make sure you use pip 21.1 or newer.
27+
Install the required libraries as described in the [main README](../../README.md#install-python-tools).
2828

29-
1. From `tools`, run:
30-
31-
```
32-
pip install -e .
33-
```
34-
35-
1. Package the JAR. Make sure you use Java 8:
36-
37-
```bash
38-
./tools/build.sh
39-
```
4029
## Submitting a job
4130

4231
1. Upload the JAR to S3. (We don't version the JARs yet, so you can only make sure that you run the intended code this way :( )

0 commit comments

Comments
 (0)