Search code examples
python-3.xyt

How to update yt module to last version via pip?


How to update yt module via pip? I still have 3.5.1 after

pip install yt

How to obtain 3.6.1, please?


Solution

  • You can do it this way:

    pip install [package_name] --upgrade
    

    and in your case: pip install yt --upgrade