Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
4891cd25
Unverified
Commit
4891cd25
authored
Mar 06, 2018
by
Sébastien Eustace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README
parent
5ea2d8dc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
README.md
+5
-5
No files found.
README.md
View file @
4891cd25
...
@@ -248,12 +248,12 @@ the `--no-dev` option.
...
@@ -248,12 +248,12 @@ the `--no-dev` option.
poetry install
--no-dev
poetry install
--no-dev
```
```
You can also specify the features you want installed
You can also specify the
extra
features you want installed
by passing the
`--
f|--features`
option (See
[
Features
](
#feature
s
)
for more info)
by passing the
`--
E|--extras`
option (See
[
Extras
](
#extra
s
)
for more info)
```
bash
```
bash
poetry install
--
feature
s
"mysql pgsql"
poetry install
--
extra
s
"mysql pgsql"
poetry install
-
f
mysql
-f
pgsql
poetry install
-
E
mysql
-E
pgsql
```
```
#### Options
#### Options
...
@@ -630,7 +630,7 @@ Poetry supports extras to allow expression of:
...
@@ -630,7 +630,7 @@ Poetry supports extras to allow expression of:
[tool.poetry]
[tool.poetry]
name
=
"awesome"
name
=
"awesome"
[dependencies]
[
tool.poetry.
dependencies]
# These packages are mandatory and form the core of this package’s distribution.
# These packages are mandatory and form the core of this package’s distribution.
mandatory
=
"^1.0"
mandatory
=
"^1.0"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment