Skip to content

Commit

Permalink
README installation instruction update
Browse files Browse the repository at this point in the history
  • Loading branch information
mishelly-h committed Jan 27, 2024
1 parent ba839c4 commit 724ca96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This Python package is useful for users seeking an integrated solution for passw
There are many password related packages already on the PyPI server. We have selected a few key examples that complete the same functions as our package. An example of a package that is similar to our password_creator function can be found [here](https://pypi.org/project/easy-password-generator/). Similarly, there are also other packages that check for the strength of passwords, one of which can be seen [here](https://pypi.org/project/password-strength/), this is similar to our password_strength function. There is also a [password encryption package](https://pypi.org/project/password/) which does the same thing as our password_encryption functions. However, there were no password decryption specific function on PyPI. The advantage of our package lies in its comprehensive suite of password-related functions, complemented by an original and intuitive algorithm that demonstrates the fundamental principles of password encryption and decryption.

## Installation
For release 1.0.0, install the `passwordler` locally:
To use the release 2.0.0, clone the repository to your local machine. In the root directory run the following commands to install `passwordler` locally:
```
$ conda create --name passwordler python=3.11 -y
$ conda activate passwordler
Expand Down

0 comments on commit 724ca96

Please sign in to comment.