forked from facebookresearch/Kats
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add minimal installation option using MINIMAL_KATS
As commented on facebookresearch#101 (comment), having an environment variable that's exclusive for `kats` avoids installation issues on projects that have multiple other dependencies, and install them using commands like `pip install -r requirements.txt`. In that scenario, setting `MINIMAL_KATS` avoids unintended side effects on any other dependency that understands the `MINIMAL` environment variable.
- Loading branch information
1 parent
3626eb0
commit e1cf0cb
Showing
2 changed files
with
3 additions
and
3 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
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