Skip to content

Commit

Permalink
Merge pull request #40 from microsoft/dev
Browse files Browse the repository at this point in the history
add instruction how port
  • Loading branch information
Chenglong-MS authored Oct 22, 2024
2 parents 9656f4c + 64b7442 commit 452d340
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ Play with Data Formulator with one of the following options:

Data Formulator will be automatically opened in the browser at [http://localhost:5000](http://localhost:5000).

*Update: you can specify the port number (e.g., 8080) by `python -m data_formulator --port 8080` if the default port is occupied.*

- **Option 2: Codespaces (5 minutes)**

You can also run Data Formualtor in codespace, we have everything pre-configured. For more details, see [CODESPACES.md](CODESPACES.md).
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "data_formulator"
version = "0.1.3"
version = "0.1.3b"

requires-python = ">=3.9"
authors = [
Expand Down

0 comments on commit 452d340

Please sign in to comment.