Method: PoisePython::Resources::PythonRuntime::Resource#wheel_version
- Defined in:
- lib/poise_python/resources/python_runtime.rb
#wheel_version ⇒ String, Boolean
Version of Wheel to install. It set to true, the latest
available version will be used. If set to false, wheel will not
be installed.
84 |
# File 'lib/poise_python/resources/python_runtime.rb', line 84 attribute(:wheel_version, kind_of: [String, TrueClass, FalseClass], default: true) |