Installs scipion 3 creating a virtual environment fot it
Project description
pwem is a Python module of Scipion framework for image processing in Electron Microscopy
The entire collection is licensed under the terms of the GNU Public License, version 3 (GPLv3).
Development
To install pwem for development purposes, one can do:
# Create a clean virtual environment python -m venv ~/myenv source ~/myenv/bin/activate git clone git@github.com:scipion-em/scipion-em.git cd scipion-em python -m pip install -e . # Install in the environment as development
Running tests
First make sure that pwem is available as a Python module in your current Python environment. During development, I tend to set the PYTHONPATH:
cd scipion-em # Either you have installed as mentioned above, or modify the PYTHONPATH export PYTHONPATH=$PYTHONPATH:$PWD # After pyworkflow is accesible as a module, then: cd pwem/tests python -m unittest discover
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
scipion-installer-0a0.tar.gz
(17.9 kB
view details)
File details
Details for the file scipion-installer-0a0.tar.gz.
File metadata
- Download URL: scipion-installer-0a0.tar.gz
- Upload date:
- Size: 17.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/20.7.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/2.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28ec6622dfef4edbc0a44a7828d2c52ed4d34a5a1f47c884747c2f1b8a668a33
|
|
| MD5 |
942d4d668a4712dbe697f2772dd0fd1d
|
|
| BLAKE2b-256 |
25f1bbafeb0c4815e74cd67937d97b807831c9702b7ade496ce19b2b6b1f5b47
|