marcoparadina / exopy_installer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

Python 3.4 or later.

Installation

To install exopy using this installer follow these steps:

  1. Clone the installer repo

    In the directory where you want to install exopy, run this command in the terminal:

    git clone "https://github.com/marcoparadina/exopy_installer.git"
  2. Install exopy

    cd exopy_installer
    python install_exopy.py
    
  3. Activate the virtual environment

    • On Windows
      .\exopy_env\Scripts\activate
    • On Mac\Linux
      source exopy_env\bin\activate
  4. Launch exopy

    Run this command in the terminal to launch exopy

    exopy

    The first time you launch exopy, a banner will ask you where you want to save the application settings file. Do not close this banner without choosing a diretory, you might break everything and have to restart the install from the beginning.


Using exopy

After you've installed exopy using the instructions above, to use it do the following:

  1. Activate the virtual environment

    Navigate to the directory that contains your "exopy_env" directory. Then open a terminal in that directory and activate the exopy virtual environment with this terminl command:

    • On Windows
      .\exopy_env\Scripts\activate
    • On Mac\Linux
      source exopy_env\bin\activate
  2. Launch exopy

    In the same terminal, once the virtual environment is activated, run this command to launch exopy:

    exopy

About


Languages

Language:Python 100.0%