Skip to content

Commit

Permalink
github: updated bug report with single line python command
Browse files Browse the repository at this point in the history
  • Loading branch information
ElpadoCan committed Aug 10, 2023
1 parent c92092c commit b751c74
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,10 @@ body:
attributes:
label: "Version information:"
description: |
Paste the output after running the following Python commands
```python
import sys; print(sys.version)
import platform; print(platform.platform())
import cellacdc; print(f'Cell-ACDC version: {cellacdc.__version__}')
After activating the environment where you have Cell-ACDC installed,
run the following command and paste the output
```shell
python -c "import sys; print(sys.version); import platform; print(platform.platform()); import cellacdc; print(f'Cell-ACDC version: {cellacdc.__version__}')"
```
placeholder: |
Version information...
Expand Down

0 comments on commit b751c74

Please sign in to comment.