Skip to content

Commit

Permalink
Merge pull request #823 from IBM/shahrokh_readmestuff
Browse files Browse the repository at this point in the history
Update web2parquet.ipynb
  • Loading branch information
touma-I authored Nov 24, 2024
2 parents 4b72316 + 8542cd7 commit 5a018e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions transforms/universal/web2parquet/web2parquet.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"id": "afd55886-5f5b-4794-838e-ef8179fb0394",
"metadata": {},
"source": [
"##### **** 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",
"##### **** 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",
"##### \n",
"\n",
"##### **** example: \n",
"```\n",
"python -m venv && source venv/bin/activate\n",
"pip install -r requirements.txt\n",
"make venv \n",
"source venv/bin/activate \n",
"pip install jupyterlab\n",
"```"
]
Expand Down

0 comments on commit 5a018e6

Please sign in to comment.