Skip to content

Commit

Permalink
Merge pull request #462 from informagi/master
Browse files Browse the repository at this point in the history
Minor update to fix command sequence.
  • Loading branch information
hannes committed Mar 17, 2020
2 parents a556867 + 022644d commit e423f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pythonpkg/README.md
Expand Up @@ -48,4 +48,4 @@ Next, copy over the python package related files, and install the package.

mkdir -p $DUCKDB_PREFIX/src/duckdb-pythonpkg
tar --directory=$DUCKDB_PREFIX/src/duckdb-pythonpkg -xzpf tools/pythonpkg/dist/duckdb-${SETUPTOOLS_SCM_PRETEND_VERSION}.tar.gz
pip3 install --prefix $DUCKDB_PREFIX -e $DUCKDB_PREFIX/src/duckdb-pythonpkg
pip3 install --prefix $DUCKDB_PREFIX -e $DUCKDB_PREFIX/src/duckdb-pythonpkg/duckdb-${SETUPTOOLS_SCM_PRETEND_VERSION}

0 comments on commit e423f81

Please sign in to comment.