Skip to content

Conversation

@robotrapta
Copy link
Member

Also updating the UserGuide on how to install for Ubuntu 18.04

Copy link
Contributor

@michael-groundlight michael-groundlight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's nice to have the version matrix!

UserGuide.md Outdated

### Using Groundlight SDK on Ubuntu 18.04

Ubuntu 18.04 still uses python 3.6 by default, which is end-of-life. We recommend python 3.8, as follows:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the reason for recommending 3.8 that we think 3.9 and 3.10 might not be supported by other python libraries the customer is using? Or because apt doesn't support 3.9 / 3.10?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The latter. Ubuntu 18 offers 3.6, 3.7, and 3.8 without adding external package archives.

UserGuide.md Outdated
Comment on lines 55 to 59
sudo apt-get update
sudo apt-get install -y python3.8 python3.8-distutils wget
wget https://bootstrap.pypa.io/get-pip.py
python3.8 get-pip.py
python3.8 -m pip install groundlight
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we make this a bash script?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe?

curl -sf -L https://groundlight.ai/install-python-sdk.sh | sudo sh

I feel like that kind of thing triggers security fears in people though.

@robotrapta robotrapta merged commit 31918e0 into main Oct 25, 2022
@robotrapta robotrapta deleted the test-many-versions branch October 25, 2022 22:49
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.

3 participants