Skip to main content

Spheroid segmentation package

Project description

Prusek-Spheroid

Prusek-Spheroid is a Python package designed for [briefly describe the basic functionality or purpose of your package]. This package provides an easy-to-use interface and functionalities that are essential for [specific use cases or applications].

Installation

Installing Python

For Windows:

  1. Download Python from python.org.
  2. Run the downloaded installer. Ensure to check the "Add Python to PATH" option.
  3. Verify the installation by opening CMD and typing python --version.

For MacOS/Linux:

  1. Check if Python is installed by typing python3 --version in the terminal. If not installed:
    • On MacOS: Install via Homebrew with brew install python3.
    • On Linux: Install using sudo apt-get install python3.
  2. Verify the installation by typing python3 --version in the terminal.

Installing Miniconda

  1. Download Miniconda from the official Miniconda website.
  2. Install Miniconda and follow the on-screen instructions.
  3. Verify the installation by opening a new terminal or CMD and typing conda list.

Creating a Virtual Environment and Installing Prusek-Spheroid

  1. Create a virtual environment using Miniconda: conda create -n myenv python=3.x.
  2. Activate the virtual environment: conda activate myenv (Windows) or source activate myenv (MacOS/Linux).
  3. Install the Prusek-Spheroid package: pip install prusek_spheroid.

Running the Package

To use the package, first ensure it is up to date:

pip install --upgrade prusek_spheroid

then run the program using the command:

python -m prusek_spheroid.GUI

Support

For any issues or queries, contact me at: prusemic@fjfi.cvut.cz

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

prusek_spheroid-1.4.tar.gz (16.5 kB view hashes)

Uploaded Source

Built Distribution

prusek_spheroid-1.4-py3-none-any.whl (17.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page