Skip to content

Commit b482554

Browse files
mariogalicLPTK
andauthored
Update _overviews/scala3-book/scala-for-python-devs.md
Co-authored-by: Lionel Parreaux <lionel.parreaux@gmail.com>
1 parent eb902c9 commit b482554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@ Follow the links below for more details:
12931293

12941294
## How to setup a virtual environment in Scala?
12951295

1296-
In Scala there is no need to explicitly setup an equivalent of Python's virtual environment. By default, build tools manage project's dependencies such that user does not have to think about site directories. For example using `sbt` build tool we specify dependencies inside `build.sbt` file under `libraryDependencies` setting, then executing
1296+
In Scala, there is no need to explicitly set up the equivalent of a Python virtual environment. By default, Scala build tools manage project dependencies such that users do not have to think about manual package installation. For example, using the `sbt` build tool, we specify dependencies inside `build.sbt` file under `libraryDependencies` setting, then executing
12971297

12981298
```
12991299
cd myapp

0 commit comments

Comments
 (0)