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

chore(setup): add python package basic structure #1

Merged
merged 8 commits into from
Feb 2, 2023
Merged

Conversation

vascoalramos
Copy link
Contributor

No description provided.

@vascoalramos vascoalramos self-assigned this Jan 19, 2023
Comment on lines +16 to +19
venv3: ### Creates a virtual environment for this project
test -d $(VENV) || $(PYTHON) -m venv $(VENV) && source $(VENV)/bin/activate
$(PIP) install --upgrade pip
$(PIP) install -e ".[dev,test]"
Copy link
Member

Choose a reason for hiding this comment

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

honestly, i would kill the venv stuff, personally speaking i'm using conda and i feel more control using conda rather then venv.
for a public, it can feel like we are forcing this.

although, it doesn't hurt anyone 😂 so

Copy link
Member

Choose a reason for hiding this comment

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

up to what the others decide

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@aquemy , @andre-lx what you think?

Copy link
Contributor

Choose a reason for hiding this comment

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

The problem I see is that venv is still way more conda which might make it easier for most people to install the SDK using the makefile.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, I also agree with @aquemy , at least for now

@vascoalramos vascoalramos merged commit 029e825 into main Feb 2, 2023
@vascoalramos vascoalramos deleted the chore/setup branch February 2, 2023 10:30
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