mirror of
https://github.com/arthur-pbty/arthur-pbty.git
synced 2026-06-21 13:54:46 +02:00
Update README.md
This commit is contained in:
@@ -1,17 +1,33 @@
|
|||||||
### Hi there 👋
|
pip install poetry
|
||||||

|
poetry init
|
||||||
|
|
||||||
<!--
|
This command will guide you through creating your pyproject.toml config.
|
||||||
**Tutur33/tutur33** is a ✨ _special_ ✨ repository because its `README.md` (this file) appears on your GitHub profile.
|
|
||||||
|
|
||||||
Here are some ideas to get you started:
|
Package name [test]: stephrobert
|
||||||
|
Version [0.1.0]:
|
||||||
|
Description []:
|
||||||
|
Author [Stephane Robert <stephane.robert.28@gmil.com>, n to skip]: n
|
||||||
|
License []:
|
||||||
|
Compatible Python versions [^3.10]:
|
||||||
|
|
||||||
- 🔭 I’m currently working on ...
|
Would you like to define your main dependencies interactively? (yes/no) [yes] no
|
||||||
- 🌱 I’m currently learning ...
|
Would you like to define your development dependencies interactively? (yes/no) [yes] no
|
||||||
- 👯 I’m looking to collaborate on ...
|
Generated file
|
||||||
- 🤔 I’m looking for help with ...
|
|
||||||
- 💬 Ask me about ...
|
[tool.poetry]
|
||||||
- 📫 How to reach me: ...
|
name = "stephrobert"
|
||||||
- 😄 Pronouns: ...
|
version = "0.1.0"
|
||||||
- ⚡ Fun fact: ...
|
description = ""
|
||||||
-->
|
authors = ["Your Name <you@example.com>"]
|
||||||
|
readme = "README.md"
|
||||||
|
|
||||||
|
[tool.poetry.dependencies]
|
||||||
|
python = "^3.10"
|
||||||
|
|
||||||
|
|
||||||
|
[build-system]
|
||||||
|
requires = ["poetry-core"]
|
||||||
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
|
|
||||||
|
Do you confirm generation? (yes/no) [yes]
|
||||||
|
|||||||
Reference in New Issue
Block a user