Skip to content

How to build PIVPY locally? #58

Closed Answered by alexlib
nepomnyi asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @nepomnyi

I use:

  1. conda for environments
  2. pip for installations

so:

conda create -n pivpy
conda activate pivpy
conda install pip
pip install -e .

the pip install -e . is the local installation for development. -e ensures that if I change the code and run pivpy in the same environment I do not need to reinstall every time.

at the end I package it and upload to pypi.org as a binary wheel

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nepomnyi
Comment options

Answer selected by nepomnyi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants