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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,9 @@ Docker and docker-compose is required for most of `pydev project` commands.
18
18
19
19
### Bindfs
20
20
21
-
If you want to use pydev command `pydev project bind-library` you have to install `bindfs` for mounting location to the right directory. For exymple you can mount directory with library to a docker shared volume.
21
+
If you want to use pydev command `pydev project bind-library` you have to install `bindfs` for mounting location to the right directory. For example you can mount directory with library to a docker shared volume.
22
22
23
-
Instalation command for linux/macOS:
23
+
Installation command for linux/macOS:
24
24
```bash
25
25
apt-get install bindfs
26
26
yum install bindfs
@@ -215,7 +215,7 @@ Helpers for automatic update version in the version file.
215
215
216
216
#### Commands
217
217
*`pydev version bump-to-next` - bump version in the JSON file (or files) and print it
218
-
*`pydev version print-version` - return current project version according to version JSON file
218
+
*`pydev version print` - return current project version according to version JSON file
219
219
*`pydev version print-next` - return next version according to input release type, build hash and version JSON file
0 commit comments