Jump to content
  • 0

MCCULW package version in Python for Windows


RobG3D

Question

2 answers to this question

Recommended Posts

  • 0

Hello @RobG3D.

Add the following two lines of code to your Python script.

from importlib.metadata import version

print('\nMCCULW version : ', version('mcculw'))

 

The mcculw package is available on GitHub and PyPI.

https://github.com/mccdaq/mcculw

https://pypi.org/project/mcculw/

MCCULW version releases:  https://github.com/mccdaq/mcculw/releases

 

Regards,

Fausto

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...