From 8576fc8d15fec8ab4a8e77449f2123acf68b5abe Mon Sep 17 00:00:00 2001 From: Avik1007 <43756858+Avik1007@users.noreply.github.com> Date: Tue, 2 Oct 2018 11:02:02 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9087145..326bb79 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Install packages using the new hotness in Python package management...[`pip`](ht - :purge: Purge a pip package (this usually entails removing configuration files as well as the package itself). With pip packages this behaves the same as `:remove` #### Attribute Parameters - +# Attribute are very important - package_name: name attribute. The name of the pip package to install - version: the version of the package to install/upgrade. If no version is given latest is assumed. - virtualenv: virtualenv environment to install pip package into