Skip to content

Commit f5d7fd2

Browse files
mariogalicLPTK
andauthored
Update _overviews/scala3-book/scala-for-python-devs.md
Co-authored-by: Lionel Parreaux <[email protected]>
1 parent 354f906 commit f5d7fd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_overviews/scala3-book/scala-for-python-devs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,8 @@ source myapp-env/bin/activate
13111311
pip install -r requirements.txt
13121312
```
13131313

1314-
This installs all the dependencies under project's directory `myapp/myapp-env` and alters the shell environmental variable `PATH` to look up dependencies from `myapp-env`.
1314+
This installs all the dependencies under the project's `myapp/myapp-env` directory and alters the shell environmental variable `PATH` to look up dependencies from `myapp-env`.
1315+
None of this manual process is necessary in Scala.
13151316

13161317

13171318
[collections-classes]: {% link _overviews/scala3-book/collections-classes.md %}

0 commit comments

Comments
 (0)