Created
April 12, 2022 23:14
-
-
Save jdye64/3962ed282559ec557e9e47cf562b91da to your computer and use it in GitHub Desktop.
Revisions
-
jdye64 created this gist
Apr 12, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ git clone https://github.com/dask-contrib/dask-sql.git cd dask-sql git checkout datafusion-sql-planner conda env create -n dask-datafusion -f ./continuous_integration/environment-3.9-dev.yaml conda activate dask-datafusion python ./setup.py install