Pypip

by EBTRR in Addons


Installation:

  1. Download the ZIP
  2. Go to Preferences
  3. Add-ons
  4. Install
  5. Select the ZIP-File
  6. Activate the Add-on


Blender usually has numpy already pre-installed.


Sometimes Blender does remove the Library Path.
When you are using a script and want to import scipy for example you can use this setup.

import site
import sys

sys.path.append(site.USER_SITE)


This is not a limitation to PyPip. Blender sometimes removes this directly from the sys.path.

$2.50

Have questions before purchasing?
Login to message

Details
Sales 30+
Rating
1 ratings
Dev Fund Contributor
Published over 2 years ago
Software Version 2.93, 3.0, 3.1, 3.2, 3.3, 3.4
License GPL