Getting Started
The latest stable release can be installed via pip using:
Developer's installation (optional)
For development work, ElementEmbeddings
can eb installed from a copy of the source repository; this is preferred if using experimental code branches.
To clone the project from Github and make a local installation:
With -e
, pip will create links to the source folder so that the changes to the code will be reflected on the PATH.