This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2090fa6
commit 204e6de
Showing
14 changed files
with
604 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Metadata-Version: 2.1 | ||
Name: Fenv | ||
Version: 0.0.11.2 | ||
Version: 0.0.11.4 | ||
Summary: Generate a folder, establish a virtual environment with a single command. | ||
Author: wk18k (watchakorn-18k) | ||
Author-email: <[email protected]> | ||
|
@@ -32,6 +32,21 @@ Fenv is a simple and efficient tool to help you manage your virtual environments | |
## Docs | ||
https://watchakorn-18k.github.io/Fenv/ | ||
|
||
## Installer | ||
``` | ||
pip install fenv | ||
``` | ||
or | ||
``` | ||
pip install --upgrade fenv | ||
``` | ||
|
||
## Start | ||
|
||
```sh | ||
fenv new <project_folder> | ||
``` | ||
|
||
|
||
## Command | ||
|
||
|
@@ -72,8 +87,14 @@ Fenv is a powerful tool for managing virtual environments and creating basic Pyt | |
|
||
## Changelog | ||
|
||
### 0.0.11 | ||
|
||
### 0.0.11.4 | ||
- [x] fix bugs small | ||
### 0.0.11.3 | ||
- [x] fix bugs settings in .vscode | ||
- [x] fix bugs line 609 and 624 | ||
### 0.0.11.2 | ||
- [x] fix bugs small | ||
### 0.0.11.1 | ||
- [x] change new pattern command | ||
|
||
### 0.0.10 | ||
|
Oops, something went wrong.