Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Numpy Help
#6
Quote:I just used Anaconda because it seemed like it had all the tools I needed.
To be honest i would just use the default python install or install python3.x if you wanted that. Anaconda isnt as used by as many people doing just a base install. All you have to do to install packages to OS python is
pip install package_name1 package_name2 etc.
then just link whatever IDE you want with that python interpreter that you installed those packages to.
Recommended Tutorials:
Reply


Messages In This Thread
Numpy Help - by BlackHeart - Oct-23-2017, 11:28 PM
RE: Numpy Help - by metulburr - Oct-23-2017, 11:43 PM
RE: Numpy Help - by Larz60+ - Oct-23-2017, 11:47 PM
RE: Numpy Help - by metulburr - Oct-23-2017, 11:56 PM
RE: Numpy Help - by BlackHeart - Oct-24-2017, 12:12 AM
RE: Numpy Help - by metulburr - Oct-24-2017, 01:10 AM
RE: Numpy Help - by BlackHeart - Oct-24-2017, 01:57 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020