14 lines
307 B
Plaintext
14 lines
307 B
Plaintext
---
|
|
alwaysApply: true
|
|
---
|
|
|
|
## Running Python scripts
|
|
|
|
By default, the Python packages defined in this repository will be installed inside this `pytools` Conda environment.
|
|
|
|
For example, you can run:
|
|
|
|
```bash
|
|
source /root/miniconda3/etc/profile.d/conda.sh && conda activate pytools && your_commands_here
|
|
```
|