-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install requirements into existing venv (#161)
* Install into existing venv * format * Retrieve latest release * format * review changes * formatting
- Loading branch information
Showing
4 changed files
with
40 additions
and
40 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
7 changes: 1 addition & 6 deletions
7
src/fprime/cookiecutter_templates/cookiecutter-fprime-project/cookiecutter.json
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 |
---|---|---|
@@ -1,13 +1,8 @@ | ||
{ | ||
"__default_branch": "devel", | ||
"project_name": "MyProject", | ||
"fprime_branch_or_tag": "{{ cookiecutter.__default_branch }}", | ||
"install_venv": ["yes", "no"], | ||
"venv_install_path": "{% if cookiecutter.install_venv == 'yes' %}./venv{% else %}None{% endif %}", | ||
"__prompts__": { | ||
"project_name": "Project name", | ||
"fprime_branch_or_tag": "F´ version (select branch or tag)", | ||
"install_venv": "Install virtual environment?", | ||
"venv_install_path": "Virtual environment install path" | ||
"install_venv": "Install F´ development tools in current virtual environment?" | ||
} | ||
} |
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