Metadata-Version: 1.1
Name: scipion-installer
Version: 0.10.2a0
Summary: Installs scipion 3 creating a virtual environment for it, for now only for developers.
Home-page: https://github.com/scipion-em/scipion-installer
Author: I2PC, Pablo Conesa
Author-email: pconesa@cnb.csic.es, 
License: UNKNOWN
Description: =================
        Scipion installer
        =================
        
        **Scipion installer** is a Python module to install scipion 3. Is already in alfa. So not ready
        for production.
        
        
        The entire collection is licensed under the terms of the GNU Public License,
        version 3 (GPLv3).
        
        =====
        Usage
        =====
            pip install scipion-installer
        
            installscipion <path where you want scipion> -dev -dry [-httpsClone]
        
            remove -dry, once you understand what it will do.
        
            pass -httpsClone only if -dev is passed to git clone development repos using https instead os ssh
            
        ===============
        Troubleshooting
        ===============
        
        Pip is needed to get the installer. For ubuntu/debian you might need root access to run 
        
            sudo apt-get install python-pip
        
        No root access?: You can try *pip install --user scipion-installer* to install it localy
        
        Missing dependencies: scipion needs python3-tkinter to work and an existing python3 installation.
        For ubuntu/debian you might need root access to run 
        
            sudo apt-get install python3-tk
            
        If *Error: “pkg_resources.DistributionNotFound: The 'zipp>=0.5'* is raised when launching installscipion, try to install zipp by
        
            pip install zipp
        
Keywords: scipion cryoem imageprocessing scipion-3.0
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering
