Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashwanth1119/ann
https://github.com/yashwanth1119/ann
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yashwanth1119/ann
- Owner: Yashwanth1119
- License: gpl-3.0
- Created: 2023-10-30T15:05:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-02T09:10:22.000Z (about 1 year ago)
- Last Synced: 2023-11-03T09:33:19.554Z (about 1 year ago)
- Language: C
- Size: 11.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ANN
## important commands ---------------
### creating envs -
```bash
conda create --prefix ./envs python=3.7 -y
```### activate env
```bash
conda activate ./envs
```## Reference -
* [Conda env commands](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#)