docs/resources/pip.md.erb in inspec-2.2.55 vs docs/resources/pip.md.erb in inspec-2.2.61
- old
+ new
@@ -7,9 +7,19 @@
Use the `pip` InSpec audit resource to test packages that are installed using the Python PIP installer.
<br>
+## Availability
+
+### Installation
+
+This resource is distributed along with InSpec itself. You can use it automatically.
+
+### Version
+
+This resource first became available in v1.0.0 of InSpec.
+
## Syntax
A `pip` resource block declares a package and (optionally) a package version:
describe pip('package_name') do