Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

raphasramos/deep-coding

Open more actions menu

Repository files navigation

PREPARING A VIRTUALENV TO THE PROJECT IN LINUX / MACOS

This tutorial considers you've installed virtualenv in the system with: pip3 install virtualenv

It's interesting to create a virtualenv for the project. Enter the root of the repository and Use the following command: virtualenv venv --system-site-packages

It`ll create a folder named venv inside the root of the repository. The .gitignore already ignorar a venv folder. So it's good to create it this way.

After that, use the following command to use the env: source venv/bin/activate

With this, you`ll be using the venv libs. You can use the following command to install the packages for the project: pip3 install -r requirements.txt

In windows, the installation of virtualenv, the creation of the env and the activation of the env are different. But the idea is the same.

About

End-to-End Autoencoder Image Compression Framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.