You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-9
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,13 @@
1
-
## Overview
1
+
#python-native-libs
2
2
3
-
The canonical use case is to help set up [`ScalaPy`](https://scalapy.dev/) to point to a specific Python installation by attempting to infer the correct configuration properties used by `ScalaPy` during the initialization of the embedded Python interpreter. This could potentially see usage outside of `ScalaPy` too since these properties are relevant to embedded Python in general.
3
+
Helpers for setting up an embedded Python interpreter
The canonical use case is to help set up [`ScalaPy`](https://scalapy.dev/) to point to a specific Python installation by attempting to infer the correct configuration properties used by `ScalaPy` during the initialization of the embedded Python interpreter. This could potentially see usage outside of `ScalaPy` too since these properties are relevant to embedded Python in general.
10
11
11
12
## Usage
12
13
@@ -95,16 +96,16 @@ See `docs/details.md` to see the full list of these properties and what they mea
95
96
`scalapyProperties` contains the system properties used by `ScalaPy`. For example, to set up `ScalaPy` to use the Python located at `/usr/bin/python3` in [`Ammonite`](https://ammonite.io/) or [`Almond`](https://almond.sh/) run
Copy file name to clipboardExpand all lines: docs/readme.md
+5-9
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,8 @@
1
-
## Overview
2
1
3
-
The canonical use case is to help set up [`ScalaPy`](https://scalapy.dev/) to point to a specific Python installation by attempting to infer the correct configuration properties used by `ScalaPy` during the initialization of the embedded Python interpreter. This could potentially see usage outside of `ScalaPy` too since these properties are relevant to embedded Python in general.
The canonical use case is to help set up [`ScalaPy`](https://scalapy.dev/) to point to a specific Python installation by attempting to infer the correct configuration properties used by `ScalaPy` during the initialization of the embedded Python interpreter. This could potentially see usage outside of `ScalaPy` too since these properties are relevant to embedded Python in general.
10
6
11
7
## Usage
12
8
@@ -45,16 +41,16 @@ See `docs/details.md` to see the full list of these properties and what they mea
45
41
`scalapyProperties` contains the system properties used by `ScalaPy`. For example, to set up `ScalaPy` to use the Python located at `@PYTHON@` in [`Ammonite`](https://ammonite.io/) or [`Almond`](https://almond.sh/) run
0 commit comments