Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
kb:django [2018/07/09 08:33] – created yehuda | kb:django [2022/01/03 16:03] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 4: | Line 4: | ||
see: https:// | see: https:// | ||
- | <source | + | <code bash> |
virtualenv -p / | virtualenv -p / | ||
source ./ | source ./ | ||
pip install Django | pip install Django | ||
- | </source> | + | </code> |