Skip to content

causalhq/pip-interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7f96d99 · Nov 20, 2023

History

1 Commit
Nov 20, 2023
Nov 20, 2023
Nov 20, 2023
Nov 20, 2023
Nov 20, 2023
Nov 20, 2023
Nov 20, 2023
Nov 20, 2023
Nov 20, 2023
Nov 20, 2023
Nov 20, 2023
Nov 20, 2023
Nov 20, 2023
Nov 20, 2023
Nov 20, 2023
Nov 20, 2023
Nov 20, 2023
Nov 20, 2023
Nov 20, 2023
Nov 20, 2023
Nov 20, 2023
Nov 20, 2023
Nov 20, 2023

Repository files navigation

Causal Python Interview

Cloning

⚠️ the repo must be named as 'pip' when cloning for everything to work correctly ⚠️

git clone git@github.com:causalhq/pip-interview.git pip

Setup

Instructions geared for unix/mac using bash.

For windows see: https://pip.pypa.io/en/latest/development/getting-started/#get-the-source-code

In home directory

brew install python@3.10
alias python=python3.10

python -m venv .venv
source .venv/bin/activate
python -m pip install nox

In the repo

python -m pip install -e .
python -m pip --version

Make sure this runs and passes

nox -s test-3.10 -- tests/unit/test_packaging.py

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages