Skip to content

Commit a72865b

Browse files
committed
typos
1 parent 305d7a5 commit a72865b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template-computo-python.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Advanced formatting features are possible and documented (including interactive
231231

232232
## Handle `Python` dependencies with `venv`
233233

234-
To make your work reproducible, you need to fix the packages and environment used to run your analysis. For the `R` system, the `renv` package is one of the possible reliable method, supported by the community. You basically need a couple of commands to setup your environment on your local machine. First, to create a new virtual environment in the directory `my_env`
234+
To make your work reproducible, you need to fix the packages and environment used to run your analysis. For `Python`, `venv` is one of the possible reliable method, supported by the community. You basically need a couple of commands to setup your environment on your local machine. First, to create a new virtual environment in the directory `my_env`
235235

236236
``` .bash
237237
python3 -m venv my_env

0 commit comments

Comments
 (0)