You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The stubs package provides autocompletion and static typing for the package. This increases usability in IDEs which support stub files (PyCharm for instance).
Currently, installation via conda install requires both nrel-pysam and nrel-pysam-stubs to be downloaded separately.
With pip install, the nrel-pysam download will install the stubs package as a dependency automatically.
The text was updated successfully, but these errors were encountered:
The stubs package provides autocompletion and static typing for the package. This increases usability in IDEs which support stub files (PyCharm for instance).
Currently, installation via
conda install
requires bothnrel-pysam
andnrel-pysam-stubs
to be downloaded separately.With
pip install
, thenrel-pysam
download will install the stubs package as a dependency automatically.The text was updated successfully, but these errors were encountered: