Removing setuptools and pip files.

Updating README to use `poetry`.
This commit is contained in:
2020-08-02 22:09:14 +02:00
parent 3c95f31f8d
commit ec22897c96
3 changed files with 2 additions and 66 deletions

View File

@@ -22,7 +22,7 @@ Make sure you have installed the latest CDK version for your platform, following
Install the required dependencies (you can use a virtualenv for this), with the following command:
pip install -r requirements.txt
poetry install
The deployment can be then initiated, from the project root directory, with the following command:
@@ -64,13 +64,9 @@ If you need more details about creating a public hosted zone on AWS, consult the
## Uploading a file
To make the `once` command available you can install it using pip, with the following command:
$ pip install .
Once the service and the client have been correctly installed and configured, you can upload a local file running the `once` command.
once <file_toshare>
poetry run once <file_toshare>
The URL can be shared to download the file, only once.