-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix deps * Remove direct dependency on numpy
- Loading branch information
Showing
5 changed files
with
14 additions
and
18 deletions.
There are no files selected for viewing
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,7 +57,7 @@ $ git clone [email protected]:your_name_here/ibis-omniscidb.git | |
3. Install your local copy into a virtual environment. Assuming want to use conda environment, | ||
this is how you set up your fork for local development: | ||
```sh | ||
$ conda env create -n ibis-omniscidb-dev --file environment-dev.yml | ||
$ conda env create -n ibis-omniscidb --file environment-dev.yml | ||
$ python -m pip install -e . | ||
# install git pre-commit hooks | ||
$ pre-commit install | ||
|
@@ -66,7 +66,7 @@ $ git clone [email protected]:your_name_here/ibis-omniscidb.git | |
or | ||
|
||
```sh | ||
$ conda create -n ibis-omniscidb-dev python=3.7 pip | ||
$ conda create -n ibis-omniscidb python=3.7 pip | ||
$ python -m pip install -r requirements.txt | ||
$ python -m pip install -e . | ||
# install git pre-commit hooks | ||
|
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters