Skip to content

Commit

Permalink
Merge pull request #74 from sciris/pre-profiling
Browse files Browse the repository at this point in the history
Pre profiling
  • Loading branch information
cliffckerr committed Jan 29, 2020
2 parents e8b02e2 + b60c8d0 commit 53f891f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,26 @@ Some highlights of `scirisweb`:

## Is Sciris ready yet?

**Sort of.** Sciris is available for use, but is still undergoing rapid deveopment. We expect a first stable version of Sciris to be ready in early 2019. If you would like us to let you know when it's ready, please email info@sciris.org.
**Sort of.** Sciris is available for use, but is still undergoing rapid deveopment. We expect a first stable version of Sciris to be ready in early 2020. If you would like us to let you know when it's ready, please email info@sciris.org.


## Installation and run instructions

### Quick start guide
### 20-second quick start guide

1. Install Sciris: `pip install scirisweb`

2. Download ScirisWeb (e.g. `git clone http://github.com/sciris/scirisweb`)

3. Change to the Hello World folder: `cd scirisweb/examples/helloworld`

4. Run the app: `python app.py`

5. Go to `localhost:8080` in your browser

6. Have fun!

### Medium-quick start guide

Note: if you're a developer, you'll likely already have some/all of these packages installed.

Expand Down
4 changes: 2 additions & 2 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import sciris as sc

torun = [
# 'colorize',
# 'printing',
'colorize',
'printing',
'profile',
]

Expand Down

0 comments on commit 53f891f

Please sign in to comment.