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 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.
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.4.1.tar.gz
(52.3 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.4.1-py3-none-any.whl
(67.7 kB
view details)
File details
Details for the file ElliShape-1.4.1.tar.gz.
File metadata
- Download URL: ElliShape-1.4.1.tar.gz
- Upload date:
- Size: 52.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd16f82ac3944ae6ce7123734694ba3c33b07fe4450f29eaf2953b7cb54dc673
|
|
| MD5 |
e4d4ac2a989f6e4e8aa09f29ba74cae1
|
|
| BLAKE2b-256 |
0eb3c3b585a30277e3350c150ac88f7d408437854f64e8408631ac2b77e020cd
|
File details
Details for the file ElliShape-1.4.1-py3-none-any.whl.
File metadata
- Download URL: ElliShape-1.4.1-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 |
6e3598e239af691e27cf46de06dd9ef10c9b695ebbcd298344fc1524f58fae77
|
|
| MD5 |
f9131e2d933cd9b4af8ebad282abbb88
|
|
| BLAKE2b-256 |
f6ba9d4b044fa348a92305b6636cedd6057ee5d648597522f0eb4213ec608524
|