Skip to content
Snippets Groups Projects
Commit c0455caf authored by Artur Lobanov's avatar Artur Lobanov
Browse files

Add pyarrow pip install to setup

parent bcf0f559
No related branches found
No related tags found
No related merge requests found
...@@ -29,4 +29,7 @@ cd $SCRIPT_DIR ...@@ -29,4 +29,7 @@ cd $SCRIPT_DIR
# put the HLS tools on the PATH # put the HLS tools on the PATH
echo "ML@L1T Setup: prepending $SCRIPT_DIR/bin to PATH" echo "ML@L1T Setup: prepending $SCRIPT_DIR/bin to PATH"
export PATH=$SCRIPT_DIR/bin:$PATH export PATH=$SCRIPT_DIR/bin:$PATH
\ No newline at end of file
# install pyarrow for parquet file handling
pip3 install pyarrow
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment