-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Summary of Changes * Add a demo GIF * Add more content to the README of the VS Code extension
- Loading branch information
1 parent
3d3f28d
commit 7cc6a45
Showing
4 changed files
with
31 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,31 @@ | ||
# Safe-DS | ||
|
||
Safely develop Data Science programs with a statically checked domain specific language (DSL). | ||
Safely develop Data Science programs with a statically checked domain specific language (DSL) and bundled data | ||
inspection tools. | ||
|
||
![demo](https://github.com/Safe-DS/DSL/raw/main/docs/img/readme/demo.gif) | ||
|
||
## Installation | ||
|
||
1. Install this extension to set up a complete _development environment_ for Safe-DS programs. | ||
2. To _execute_ Safe-DS programs, the [Safe-DS Runner](https://github.com/Safe-DS/Runner) has to be installed and | ||
configured additionally: | ||
1. Install [Python](https://www.python.org/) (3.11 or 3.12). | ||
2. Run `pip install "safe-ds-runner>=0.9.0,<0.10.0"` in a command line to download the latest matching Runner | ||
version from [PyPI](https://pypi.org/project/safe-ds-runner/). | ||
3. If the Visual Studio Code extension cannot start the runner, adjust the setting `safe-ds.runner.command`. | ||
Enter the absolute path to the Runner executable. | ||
|
||
## Documentation | ||
|
||
You can find the full documentation [here](https://dsl.safeds.com). | ||
|
||
## Contributing | ||
|
||
We welcome contributions from everyone. As a starting point, check the following resources: | ||
|
||
* [Contributing page](https://github.com/Safe-DS/DSL/contribute) | ||
|
||
If you need further help, please [use our discussion forum][forum]. | ||
|
||
[forum]: https://github.com/orgs/Safe-DS/discussions |