Skip to content

Commit

Permalink
Move up installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhurford committed Sep 16, 2022
1 parent 84446ff commit dfeccfe
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
[Squiggle](https://www.squiggle-language.com/) is a "simple programming language for intuitive probabilistic estimation". It serves as its own standalone programming language with its own syntax, but it is implemented in JavaScript. I like the features of Squiggle and intend to use it frequently, but I also sometimes want to use similar functionalities in Python, especially alongside other Python statistical programming packages like Numpy, Pandas, and Matplotlib. The **squigglepy** package here implements many Squiggle-like functionalities in Python.


## Installation

`pip3 install squigglepy`


## Usage

### Core Features
Expand Down Expand Up @@ -163,7 +168,3 @@ print(sq.get_percentiles(average_samples))
print('Average Mean: {} SD: {}'.format(np.mean(average_samples), np.std(average_samples)))
```

## Installation

`pip3 install squigglepy`

0 comments on commit dfeccfe

Please sign in to comment.