Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pycharm and Conda
#5
As described previously, that's the way I use:
  1. Windows start icon (bottom left) -> anaconda -> anaconda prompt
  2. in the prompt, just type 'conda install <packages>' (without the quote' where <packages> is the list of all the packages you want like pycharm, matplotlib, and so on
  3. all dependencies will be automatically added
  4. on the same way, you can update all packages using 'conda update --all'
  5. you can also use Spyder as IDE
  6. etc
Reply


Messages In This Thread
Pycharm and Conda - by annalma - Jan-05-2021, 12:16 PM
RE: Pycharm and Conda - by paul18fr - Jan-05-2021, 12:30 PM
RE: Pycharm and Conda - by annalma - Jan-05-2021, 01:25 PM
RE: Pycharm and Conda - by annalma - Jan-05-2021, 01:26 PM
RE: Pycharm and Conda - by paul18fr - Jan-05-2021, 04:16 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Installing packages of Conda / Miniconda Liki 12 2,427 Sep-20-2023, 04:57 PM
Last Post: snippsat
  missing pandas even if in conda list metalray 2 3,481 May-29-2018, 12:52 PM
Last Post: metalray

Forum Jump:

User Panel Messages

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