Difference between revisions of "Python Installation"

From OpenCircuits
Jump to navigation Jump to search
Line 27: Line 27:
 
* Why:  For Python to access the system clipboard.  Get Copy and Paste working in your applications  
 
* Why:  For Python to access the system clipboard.  Get Copy and Paste working in your applications  
 
* Install: pip install pyperclip
 
* Install: pip install pyperclip
 
+
* May be used in Clipboard, EasyDB, TwitterDB  SmartTerminal
may be used in Clipboard, EasyDB, TwitterDB  SmartTerminal
 
  
 
== Spacy ==
 
== Spacy ==

Revision as of 15:12, 22 June 2020

Title is a bit misleading as these are not general notes, but notes on how I install and how you might get some of my applications ( see the categoy below on Python Projects 0)


Basic Install

I use the Anaconda installation because it gives a wide range of Python Packages, A Package and Virtual Environment Manager, a very good Python IDE ( Spyder ), IPython, Juypter Notebooks... all in one install.


Maintenance and Additions

From Anaconda Navigator

Using Conda

Using Pip

Some Packages I use not in the Anaconda Distribution

I always used conda first and if that does not work move on to pip if that does not work perhaps setup.py


Pyperclip

  • Why: For Python to access the system clipboard. Get Copy and Paste working in your applications
  • Install: pip install pyperclip
  • May be used in Clipboard, EasyDB, TwitterDB SmartTerminal

Spacy

HTML

This is an old package that I came across and liked, there may be better ones, but this did what I wanted for a couple of my applications. It cannot currently be installed with conda or pip