An open API service indexing awesome lists of open source software.

https://github.com/thomasnield/anaconda_probability_fundamentals


https://github.com/thomasnield/anaconda_probability_fundamentals

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Instructions

1) Create virtual environment.

```
python3 -m venv .venv
```

2) Activate virtual environment.

```
./.venv/bin/activate
```

3) Install dependencies

```
pip install -r requirements.txt
```

4) To purge and cleanup, delete the virtual environment.

```
rm -rf .venv
```