Writes a list of Debian packages that should be installed. Caution: If you have a Dockerfile, this file will be ignored.
write_requirements(path = ".", requirements = NULL)
path | Path to project |
---|---|
requirements | A list of Python packages that should be installed in your environment. |
write_requirements( path = ".", requirements = " numpy==1.16.* matplotlib==3.* seaborn==0.8.1 " )