{"id":43,"date":"2018-06-24T14:50:06","date_gmt":"2018-06-24T14:50:06","guid":{"rendered":"http:\/\/wordpress.cs.vt.edu\/cs5045\/?page_id=43"},"modified":"2018-06-25T21:32:57","modified_gmt":"2018-06-25T21:32:57","slug":"installing-python-3-modules","status":"publish","type":"page","link":"https:\/\/wordpress.cs.vt.edu\/cs5045\/installing-python-3-modules\/","title":{"rendered":"Installing Python 3 Modules"},"content":{"rendered":"<h6>Installing Python 3 Modules<\/h6>\n<p>Python 3 has a source for additional packages at the <a href=\"https:\/\/pypi.org\/\">Python Package Index.<\/a>\u00a0 You manage your packages using the pip3 program.\u00a0 Best practices require that you maintain your Python packages in your user file space, not in the operating systems space.\u00a0 (You may want to add ~\/.local\/bin to your PATH.)\u00a0 So, make sure you are logged in as yourself, not root, and type this command<\/p>\n<pre>pip3 install scipy pandas ipython scikit-learn --user<\/pre>\n<p>The &#8211;user option tells pip3 to put the packages in your user file space under the .local directory. These packages are likely to be useful later.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Installing Python 3 Modules Python 3 has a source for additional packages at the Python Package Index.\u00a0 You manage your packages using the pip3 program.\u00a0 Best practices require that you maintain your Python packages in your user file space, not in the operating systems space.\u00a0 (You may want to add ~\/.local\/bin to your PATH.)\u00a0 So, &hellip; <a href=\"https:\/\/wordpress.cs.vt.edu\/cs5045\/installing-python-3-modules\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Installing Python 3 Modules<\/span><\/a><\/p>\n","protected":false},"author":172,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-43","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/wordpress.cs.vt.edu\/cs5045\/wp-json\/wp\/v2\/pages\/43","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.cs.vt.edu\/cs5045\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wordpress.cs.vt.edu\/cs5045\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.cs.vt.edu\/cs5045\/wp-json\/wp\/v2\/users\/172"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.cs.vt.edu\/cs5045\/wp-json\/wp\/v2\/comments?post=43"}],"version-history":[{"count":3,"href":"https:\/\/wordpress.cs.vt.edu\/cs5045\/wp-json\/wp\/v2\/pages\/43\/revisions"}],"predecessor-version":[{"id":55,"href":"https:\/\/wordpress.cs.vt.edu\/cs5045\/wp-json\/wp\/v2\/pages\/43\/revisions\/55"}],"wp:attachment":[{"href":"https:\/\/wordpress.cs.vt.edu\/cs5045\/wp-json\/wp\/v2\/media?parent=43"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}