0

I use Anaconda as the main source of python packages and also my main interpreter in PyCharm. If I want to install any package, I go to Anaconda Cloud and find it immediately something like this. Now, I want to install a package that only exists in Python Package Index here. I cannot find it in Anaconda Cloud so I don't know how to install it. Do I just need to include the package folder in the project directory in this case?

Thank you

Kristy
  • 251
  • 5
  • 12

1 Answers1

1

You can install non-conda packages using pip:

pip install python-nonblock