Metadata-Version: 2.1
Name: ElliShape
Version: 1.4.4
Summary: Morphological analysis tool
Author-email: Sally yang <2500876951@qq.com>
License: MIT
Project-URL: Homepage, https://www.plantplus.cn/ElliShape/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/plain
Requires-Dist: opencv-python>=4.9.0.80
Requires-Dist: matplotlib>=3.7.2
Requires-Dist: pyqt5>=5.15.10
Requires-Dist: segment-anything>=1.0
Requires-Dist: torch>=2.2.2
Requires-Dist: torchvision>=0.17.2
Requires-Dist: scipy>=1.10.1
Requires-Dist: openpyxl>=3.1.2
Requires-Dist: numpy>=1.24.3
Requires-Dist: pandas>=2.0.3
Requires-Dist: pillow>=10.2.0
Requires-Dist: PyQt5-sip>=12.13.0
Requires-Dist: PySocks>=1.7.1
Requires-Dist: urllib3>=2.1.0
Requires-Dist: requests>=2.31.0
Requires-Dist: tqdm>=4.66.5

### Detailed Steps for Installation and Usage of ElliShape

#### Preparation Steps:
Option 1. Install Conda (if not already installed):
    - Download Anaconda from the official website:
      https://www.anaconda.com/
    - Follow the installation instructions for your operating system

Option 2. Install Python (if not using Conda):
    - Download Python 3.10 or later from the official website: https://www.python.org/downloads/ 
    - Follow the installation instructions and ensure you select the option to add Python to your system PATH

#### Installation and Usage with Conda:
1. Open the Anaconda Prompt 
2. Create a Conda environment with Python 3.10:
    ```Anaconda Prompt
    conda create -n ElliShape python=3.10
    ```
3. Activate the environment:
    ```Anaconda Prompt
    conda activate ElliShape
    ```
4. Install the ElliShape package:
    ```Anaconda Prompt
    pip install  path/to/ElliShape-1.3.0-py3-none-any.whl
    ```
4. Download the required model weight files:
    ```Anaconda Prompt
    python path/to/download_pth.py
    ```
5. Run ElliShape:
    ```Anaconda Prompt
    ElliShape
    ```

#### Direct Installation with Python Environment (Requires Python >= 3.10):
1. Open the Command Prompt
2. Install the ElliShape package:
    ```cmd
    pip install  path/to/ElliShape-1.3.0-py3-none-any.whl
    ```
3. Download the required model weight files:
    ```cmd
    python path/to/download_pth.py
    ```
4. Run ElliShape:
    ```cmd
    ElliShape
    ```

#### Notes:
- Ensure your environment meets the Python version requirements.
- The model weight files are essential for running ElliShape. Make sure to download them before using the software.
- For detailed documentation and troubleshooting, refer to the official website or contact support.






