Skip to content

Instantly share code, notes, and snippets.

View shivanshuraj1333's full-sized avatar

Shivanshu Raj Shrivastava shivanshuraj1333

View GitHub Profile
@JaDogg
JaDogg / Student_Proposals_GSOC.md
Last active April 1, 2020 04:27
Student Proposals

Hello,

Please comment below with following details.

  1. What are the projects you like do for the GSoC. (Add links to projects) don't mention the actual idea.
  2. Have you contributed to SCoRe lab? Yes or No..
  3. Whom did you share the proposal with so far?
  4. Did you get responses to your ideas/proposal?

Add any other info you think will be relevant. (Don't add the actual idea or feature)

@Geoyi
Geoyi / install virtualenv ubuntu 16.04.md
Created September 16, 2017 12:19 — forked from frfahim/install virtualenv ubuntu 16.04.md
How to install virtual environment on ubuntu 16.04

How to install virtualenv:

Install pip first

sudo apt-get install python3-pip

Then install virtualenv using pip3

sudo pip3 install virtualenv