Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update install-eSim.sh #299

Open
wants to merge 1 commit into
base: installers
Choose a base branch
from
Open

Conversation

Utsav-pal
Copy link

1.Replaced the use of python3-distutils with python3-setuptools as an alternative, ensuring robust dependency management.

2.Added checks for python3-venv and included its installation if not already present.

3.Introduced pipx for installing Python packages in isolated environments to avoid conflicts.

4.Enhanced the script to prompt for a custom virtual environment path, with a default option of ~/myenv.

5.Automated virtual environment creation and ensured the installation of necessary Python packages (Watchdog, Hdlparse, Makerchip, and SandPiper Saas) within it.

6.Added improved error handling and messages for better usability.

These changes aim to streamline the installation process and enhance its reliability.

Related Issues

Purpose

Approach

    1.Replaced the use of python3-distutils with python3-setuptools as an alternative, ensuring robust dependency management.

    2.Added checks for python3-venv and included its installation if not already present.

    3.Introduced pipx for installing Python packages in isolated environments to avoid conflicts.

    4.Enhanced the script to prompt for a custom virtual environment path, with a default option of ~/myenv.

    5.Automated virtual environment creation and ensured the installation of necessary Python packages (Watchdog, Hdlparse, Makerchip, and SandPiper Saas) within it.

    6.Added improved error handling and messages for better usability.

These changes aim to streamline the installation process and enhance its reliability.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant