Morphological analysis tool
Project description
### 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 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 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.
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
ElliShape-1.3.0.tar.gz
(52.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
ElliShape-1.3.0-py3-none-any.whl
(67.7 kB
view details)
File details
Details for the file ElliShape-1.3.0.tar.gz.
File metadata
- Download URL: ElliShape-1.3.0.tar.gz
- Upload date:
- Size: 52.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1cc2ef3f3b310ac2f7e00bcbfa93c21a0fe878a3f31345a5df9ae45f7c90b9a
|
|
| MD5 |
6431b69e1f0e522886b1bcbfc2ed2fe8
|
|
| BLAKE2b-256 |
c59663eafb085b197e3942421c9a1041adc594a20b706efc39ee883fa0e9c93d
|
File details
Details for the file ElliShape-1.3.0-py3-none-any.whl.
File metadata
- Download URL: ElliShape-1.3.0-py3-none-any.whl
- Upload date:
- Size: 67.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7fe7a372d99feeb6abcb528f42346c0fccb4b772cd6f85fd24fd881115666f8
|
|
| MD5 |
c6608b4625cf7f08471e950856d08afc
|
|
| BLAKE2b-256 |
3886b9a5fde89ed87b93ba1970d0e64c669eecb534262848203a339fd97eefeb
|