<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to install additional python packages?]]></title><description><![CDATA[<p dir="auto">The easiest way to install additional python packages is to use pip (which will download the package directly from <a href="http://pypi.python.org" rel="nofollow ugc">pypi.python.org</a>). Before using pip in Sim4Life 3.x, there is a small conflict between pip and setuptools that first needs to be resolved. Here is how you can do it:</p>
<ol>
<li>
<p dir="auto">Open a console (using for example "cmd.exe"). Note that it does NOT have to be run as administrator.</p>
</li>
<li>
<p dir="auto">Type the following commands in the console</p>
</li>
</ol>
<blockquote>
<p dir="auto">cd C:\Program Files\Sim4Life_v3.2.4.1836\Python27<br />
python.exe -m pip uninstall distribute (and type "y" when prompted)<br />
python.exe -m pip install --upgrade setuptools<br />
python.exe -m pip install name_of_new_package_to_install</p>
</blockquote>
<p dir="auto">EDIT: in Sim4Life 4.x and above, there is no conflict anymore between pip and setuptools, so all you have to do is:</p>
<blockquote>
<p dir="auto">cd C:\Program Files\Sim4Life_v4.0.0.2835\Python27<br />
python.exe -m pip install name_of_new_package_to_install</p>
</blockquote>
]]></description><link>https://forum.zmt.swiss/topic/10/how-to-install-additional-python-packages</link><generator>RSS for Node</generator><lastBuildDate>Tue, 18 Aug 2026 13:58:14 GMT</lastBuildDate><atom:link href="https://forum.zmt.swiss/topic/10.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 07 Apr 2017 12:51:30 GMT</pubDate><ttl>60</ttl></channel></rss>