Skip to content

Commit 5a018e6

Browse files
authored
Merge pull request data-prep-kit#823 from IBM/shahrokh_readmestuff
Update web2parquet.ipynb
2 parents 4b72316 + 8542cd7 commit 5a018e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

transforms/universal/web2parquet/web2parquet.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"id": "afd55886-5f5b-4794-838e-ef8179fb0394",
66
"metadata": {},
77
"source": [
8-
"##### **** These pip install need to be adapted to use the appropriate release level. Alternatively, The venv running the jupyter lab could be pre-configured with a requirement file that includes the right release\n",
8+
"##### **** These pip install need to be adapted to use the appropriate release level. Alternatively, The venv running the jupyter lab could be pre-configured with a requirement file that includes the right release. Example for transform developers working from git clone:\n",
9+
"##### \n",
910
"\n",
10-
"##### **** example: \n",
1111
"```\n",
12-
"python -m venv && source venv/bin/activate\n",
13-
"pip install -r requirements.txt\n",
12+
"make venv \n",
13+
"source venv/bin/activate \n",
1414
"pip install jupyterlab\n",
1515
"```"
1616
]

0 commit comments

Comments
 (0)